mirror of
https://github.com/house-of-vanity/furumi.git
synced 2025-07-07 05:34:07 +00:00
14 lines
207 B
SYSTEMD
14 lines
207 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Mount furumi HTTP FS
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=furumi
|
||
|
RestartSec=5
|
||
|
Restart=always
|
||
|
ExecStart=/usr/bin/furumi --config /etc/furumi.yml
|
||
|
KillSignal=SIGINT
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|