1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00
yunorunner_ynh/conf/systemd.service
yalh76 7658edc344
Example (#4)
* Apply example_ynh

* upgrade to 2021-02-18
2021-03-17 21:13:57 +01:00

14 lines
237 B
Desktop File

[Unit]
Description=YunoRunner CI
After=network.target
[Service]
Type=simple
Restart=always
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/venv/bin/python ./run.py
[Install]
WantedBy=multi-user.target