mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-21 20:52:06 +00:00
13 lines
No EOL
433 B
Desktop File
13 lines
No EOL
433 B
Desktop File
[Unit]
|
|
Description="S3FS mount to sj://docker-mounts"
|
|
Documentation=https://storj.dev/dcs/third-party-tools/s3fs
|
|
|
|
[Service]
|
|
WorkingDirectory=~
|
|
ExecStart="s3fs docker-mounts ~/.local/docker-volumes -o passwd_file=~/.secrets/sotrj-dcs-dockervolumes.key -o dbglevel=info -f -o curldbg -o url=https://gateway.storjshare.io/ -o use_path_request_style"
|
|
RestartSec=30s
|
|
Restart=on-failure
|
|
StartLimitBurst=3
|
|
|
|
[Install]
|
|
WantedBy=default.target |