[R] changed default path of powerpi installation
This commit is contained in:
parent
6cae0cb33e
commit
7a76bdc3cd
@ -11,7 +11,7 @@
|
||||
### END INIT INFO
|
||||
|
||||
# Change the next 3 lines to suit where you install your script and what you want to call it
|
||||
DIR=/srv/powerpi
|
||||
DIR=/srv/powerpi/pi
|
||||
DAEMON=$DIR/power.py
|
||||
DAEMON_NAME=PowerPi
|
||||
|
||||
|
@ -6,7 +6,7 @@ Requires=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/srv/powerpi/power.py
|
||||
ExecStart=/srv/powerpi/pi/power.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user