1
0
Fork 0
paraderos_led/ModuloLED/led-driver.service

15 lines
238 B
INI
Raw Permalink Normal View History

2023-11-29 13:25:29 -03:00
[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