run as account 'pi' not as highest privileged account.

This commit is contained in:
Marian Flor
2019-02-12 21:54:17 +01:00
parent 415627af3e
commit 93b2fdf4a6

View File

@@ -9,7 +9,7 @@ ExecReload=/bin/kill -9 $MAINPID
ExecStop=/bin/kill -9 $MAINPID
KillMode=process
Restart=on-failure
User=root
User=pi
[Install]
WantedBy=multi-user.target