14 lines
216 B
Desktop File
Executable File
14 lines
216 B
Desktop File
Executable File
[Unit]
|
|
Description=sejf
|
|
After=lightdm.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python -u /home/pi/sejf/raspi/pySejf.py
|
|
Restart=always
|
|
Environment=DISPLAY=:0
|
|
User=pi
|
|
KillSignal=SIGKILL
|
|
|
|
[Install]
|
|
WantedBy=default.target
|