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

fix bug on path to s3fs binary

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

+2 -3
+2 -3
.config/systemd/user/s3fs-storj-dcs-docker.service
··· 4 4 5 5 [Service] 6 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 7 + 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 8 + RestartSec=15s 9 9 Restart=on-failure 10 - StartLimitBurst=3 11 10 12 11 [Install] 13 12 WantedBy=default.target