You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
253 B
12 lines
253 B
5 years ago
|
[Unit]
|
||
|
Description=Run the skylt script
|
||
|
After=network.target
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=skylt
|
||
|
WorkingDirectory=/home/skylt/skylt/rpi_ws281x/python
|
||
|
ExecStart=/home/skylt/skylt/rpi_ws281x/python/animate
|
||
|
Restart=always
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|