Files
dotfiles/config/ansible/templates/geesefs-mount.service.j2
Menno van Leeuwen d8e559b102
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
feat: add GeeseFS mount service and associated scripts
2025-03-12 20:42:17 +01:00

16 lines
260 B
Django/Jinja

[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