1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyload_ynh.git synced 2024-09-03 20:16:04 +02:00
pyload_ynh/conf/systemd.service
Éric Gaspar 270055c631 v2
2023-10-31 22:04:14 +01:00

15 lines
328 B
Desktop File

[Unit]
Description=PyLoad: Download Manager
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/venv/bin/pyload --storagedir __DATA_DIR__
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target