mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
11 lines
No EOL
210 B
Desktop File
11 lines
No EOL
210 B
Desktop File
[Unit]
|
|
Description=Flood rTorrent Web UI
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/www/flood
|
|
ExecStart=/usr/bin/npm start --production /var/www/flood
|
|
User=flood
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |