We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8d9ca commit e994b11Copy full SHA for e994b11
neopixel.service
@@ -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