forked from TDTP/pantallas-led
15 lines
238 B
INI
15 lines
238 B
INI
|
[Unit]
|
||
|
Description=LED Rendering Service
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
CPUAffinity=3
|
||
|
Nice=-20
|
||
|
WorkingDirectory=/srv
|
||
|
ExecStart=/usr/bin/python3 /srv/subsystem/led-driver.py
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|