LaundrySorcery

Log | Files | Refs

commit 5e3b2d2b0a17e1f1d43f9f1b5f13972bebb78d17
parent 924d0eded1f90ae652c2017c06af8ccc2aa9ce56
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Wed,  6 Jun 2018 21:25:28 +0000

Start the service as user root

Diffstat:
dist/systemd/LaundrySorcery.service | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dist/systemd/LaundrySorcery.service b/dist/systemd/LaundrySorcery.service @@ -5,6 +5,7 @@ Description=Light sensory application for the laundry machine ExecStart=/usr/local/bin/laundrysorcery on_file WorkingDirectory=/var/www Restart=always +User=root [Install] WantedBy=multi-user.target