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.

add systemd service unit for s3fs mounts for Hack Club Nest

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

+8
+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