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
Maniack Crudelis 8796cf26e6 Use --port
2018-11-04 20:48:37 +01:00

14 lines
288 B
Desktop File

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