2021-07-28 22:26:40 +02:00
|
|
|
[Unit]
|
2022-07-20 16:57:01 +02:00
|
|
|
Description=RpiLedBars
|
2021-07-28 22:26:40 +02:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2022-07-20 16:57:01 +02:00
|
|
|
WorkingDirectory=/opt/pixled
|
|
|
|
ExecStart=/opt/pixled/RpiLedBars -n 60 -d 2
|
2021-07-28 22:26:40 +02:00
|
|
|
Restart=always
|
|
|
|
User=root
|
|
|
|
Group=root
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|