diff --git a/conf/systemd.service b/conf/systemd.service index caf7e46..b8fc7c8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Small description of the service +Description=13ft launcher service After=network.target [Service] @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/script +ExecStart=python3 __FINALPATH__/index.py StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit