We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d80b23 commit 178d103Copy full SHA for 178d103
Services/ledvis.service
@@ -5,8 +5,9 @@ After=network.target
5
[Service]
6
Type=simple
7
WorkingDirectory=/home/pi/ledvis
8
-ExecStart=/usr/bin/python2.7 run.py
+ExecStart=/bin/bash -c "python -u run.py"
9
PIDFile=/tmp/ledvis.pid
10
+User=root
11
12
[Install]
-WantedBy=multi-user.target
13
+WantedBy=multi-user.target
0 commit comments