mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-10 00:59:38 +00:00
add systemd service unit for s3fs mounts for Hack Club Nest
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
d60151100f
commit
fe32fb3791
1 changed files with 8 additions and 0 deletions
8
.config/systemd/user/s3fs-storj-dcs.service
Normal file
8
.config/systemd/user/s3fs-storj-dcs.service
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Unit]
|
||||||
|
Description="S3FS mount to sj://docker-mounts"
|
||||||
|
Documentation=https://storj.dev/dcs/third-party-tools/s3fs
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart="s3fs docker-mounts $HOME/.local/docker-volumes -o passwd_file=$HOME/.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
|
Loading…
Reference in a new issue