a49b17eff1
Add systemd unit file for hddledPi
10 lines
154 B
Desktop File
10 lines
154 B
Desktop File
[Unit]
|
|
Description=hddledPi mass storage activity indicator
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/local/bin/hddledPi -d
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|