mirror of
https://github.com/house-of-vanity/furumi.git
synced 2025-07-06 21:24:08 +00:00
14 lines
205 B
Desktop File
14 lines
205 B
Desktop File
[Unit]
|
|
Description=Mount furumi HTTP FS
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=furumi
|
|
RestartSec=5
|
|
Restart=always
|
|
ExecStart=/usr/bin/furumi --conf /etc/furumi.yml
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=default.target
|