dotfiles/.config/systemd/user/s3fs-storj-dcs-docker.service
Andrei Jiroh Halili c0f5ccc8bd
fix bug on path to s3fs binary
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-09-08 02:49:50 +08:00

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