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

14 lines
287 B
SYSTEMD
Raw Normal View History

2018-08-26 19:04:08 +02:00
[Unit]
Description=YunoRunner CI
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__
ExecStart=__FINALPATH__/ve3/bin/python ./run.py __PCHECK_PATH__/analyseCI.sh >> /var/log/__APP__/__APP__.log 2&>1
[Install]
WantedBy=multi-user.target