mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-19 04:02:06 +00:00
12 lines
No EOL
506 B
Desktop File
12 lines
No EOL
506 B
Desktop File
[Unit]
|
|
Description="S3FS mount to sj://docker-mounts"
|
|
Documentation=https://storj.dev/dcs/third-party-tools/s3fs
|
|
|
|
[Service]
|
|
WorkingDirectory=~
|
|
ExecStart=/home/ajhalili2006/.local/bin/s3fs docker-mounts ./.local/docker-volumes -o passwd_file=./.secrets/storj-dcs-dockervolumes.key -o dbglevel=info -f -o curldbg -o url=https://gateway.storjshare.io/ -o use_path_request_style -ouse_cache=/tmp/s3fs/docker-mounts -o umask=011,mp_umask=0011
|
|
RestartSec=15s
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target |