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 4b25dedbbe Apply example_ynh
make bullseye ready
2021-06-30 05:08:36 +02:00

14 lines
238 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