1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00
flood_ynh/sources/flood.service

11 lines
210 B
SYSTEMD
Raw Normal View History

2017-07-17 12:03:11 +02:00
[Unit]
Description=Flood rTorrent Web UI
After=network.target
[Service]
2017-07-19 22:40:20 +02:00
WorkingDirectory=/var/www/flood
ExecStart=/usr/bin/npm start --production /var/www/flood
2017-07-17 12:03:11 +02:00
User=flood
[Install]
WantedBy=multi-user.target