mirror of
https://github.com/YunoHost/example_ynh.git
synced 2024-09-03 20:06:13 +02:00
Update systemd.service
This commit is contained in:
parent
37a9ca21ed
commit
c33e1484a1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__FINALPATH__/
|
||||
ExecStart=/bin/sh -c '/usr/bin/python __FINALPATH__/serv.py >> /var/log/__APP__/__APP__.log 2>&1'
|
||||
ExecStart=/bin/sh -c '/usr/bin/python __FINALPATH__/serv.py'
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Reference in a new issue