Added systemd unit
All checks were successful
Build and Publish Deb Package / build-deb (push) Successful in 2m17s
Publish Server Image / build-and-push-image (push) Successful in 4m35s

This commit is contained in:
2026-03-13 16:31:58 +00:00
parent 3ee7235b51
commit bc34b6bc41
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Furumi remote filesystem mount
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
EnvironmentFile=%h/.config/furumi/config
ExecStart=/usr/bin/furumi-mount-linux
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target