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/conf/flood.service
Éric Gaspar 3a7a2f94d4 v2
2023-10-31 21:39:18 +01:00

13 lines
363 B
Desktop File

[Unit]
Description=Flood rTorrent Web UI
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=/usr/bin/flood --rundir="__INSTALL_DIR__/" --baseuri="__PATH__" --port=__PORT__ --rthost="localhost" --rtport="__PORT_SCGI__" --allowedpath="__DATA_DIR__" --auth="none"
[Install]
WantedBy=multi-user.target