Skip to content

Commit e994b11

Browse files
committed
Added service file
1 parent 8a8d9ca commit e994b11

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

neopixel.service

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Unit]
2+
Description=Neopixel state
3+
After=basic.target
4+
5+
[Service]
6+
Type=simple
7+
ExecStart=/opt/raspindi/bin/neopixel
8+
Restart=on-failure
9+
10+
[Install]
11+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)