diff --git a/conf/systemd.service b/conf/systemd.service index e130f54..56f8512 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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