From 4222fb446e1c6651065175bad3507763af24dc09 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Mon, 8 Jun 2020 15:52:13 +0200 Subject: [PATCH] [conf/systemd] python3.5 not on buster --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index d166c60..877f964 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/python3.5 __FINALPATH__/cps.py' +ExecStart=/bin/sh -c '/usr/bin/python3 __FINALPATH__/cps.py' [Install] WantedBy=multi-user.target