Create hddledPi.service
Add systemd unit file for hddledPi
This commit is contained in:
parent
fdfb5037ef
commit
a49b17eff1
9
initscripts/systemd/hddledPi.service
Normal file
9
initscripts/systemd/hddledPi.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=hddledPi mass storage activity indicator
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/local/bin/hddledPi -d
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
Loading…
Reference in New Issue
Block a user