Snek cleanup, fix win, use systemd now

This commit is contained in:
2017-09-13 16:12:50 +02:00
parent 30d7ea815e
commit b2dc07dc5b
6 changed files with 37 additions and 35 deletions

13
raspi/mgmt/sejf.service Executable file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=sejf
After=lightdm.service
[Service]
ExecStart=/usr/bin/python /home/pi/sejf/raspi/pySejf.py
Restart=always
Environment=DISPLAY=:0
User=pi
KillSignal=SIGKILL
[Install]
WantedBy=default.target