From ff1c76ea8ed0e679ff90b97d8650ad864b80f2d1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 4 Mar 2021 00:06:18 +0300 Subject: systemd: don't write __pycache__/ --- dist/systemd/linux-status.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/systemd/linux-status.service b/dist/systemd/linux-status.service index 777fff8..443317b 100644 --- a/dist/systemd/linux-status.service +++ b/dist/systemd/linux-status.service @@ -4,7 +4,7 @@ Description=linux-status [Service] Type=simple WorkingDirectory=/srv/linux-status -ExecStart=/srv/linux-status/server.py +ExecStart=/usr/bin/python3 -B server.py [Install] WantedBy=multi-user.target -- cgit v1.2.3