mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
14 lines
236 B
Desktop File
14 lines
236 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|