feat: add GeeseFS mount service and associated scripts
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Successful in 51s
Python Lint Check / check-python (push) Has been cancelled

This commit is contained in:
2025-03-12 20:42:17 +01:00
parent 909249db0e
commit d8e559b102
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Mount GeeseFS object storage
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/geesefs-mount.sh
Restart=on-failure
RestartSec=5
User=root
Group=root
[Install]
WantedBy=multi-user.target