Snek cleanup, fix win, use systemd now
This commit is contained in:
13
raspi/mgmt/sejf.service
Executable file
13
raspi/mgmt/sejf.service
Executable 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
|
||||
Reference in New Issue
Block a user