Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

make service unit name more descriptive to avoid confusion

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>

+13 -8
+13
.config/systemd/user/s3fs-storj-dcs-docker.service
··· 1 + [Unit] 2 + Description="S3FS mount to sj://docker-mounts" 3 + Documentation=https://storj.dev/dcs/third-party-tools/s3fs 4 + 5 + [Service] 6 + WorkingDirectory=~ 7 + 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" 8 + RestartSec=30s 9 + Restart=on-failure 10 + StartLimitBurst=3 11 + 12 + [Install] 13 + WantedBy=default.target
-8
.config/systemd/user/s3fs-storj-dcs.service
··· 1 - [Unit] 2 - Description="S3FS mount to sj://docker-mounts" 3 - Documentation=https://storj.dev/dcs/third-party-tools/s3fs 4 - 5 - [Service] 6 - 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" 7 - RestartSec=30s 8 - Restart=on-failure