17 lines
314 B
Desktop File
17 lines
314 B
Desktop File
[Unit]
|
|
Description=LED-Server Core
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/LED-Server/server
|
|
ExecStart=python3 /opt/LED-Server/server/LEDServer.py
|
|
SyslogIdentifier=led-server-core
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|