Add system service file for deb derivatives
This commit is contained in:
parent
d63be7afdd
commit
a48f9dcb41
13
scripts/HomeAudio.service
Normal file
13
scripts/HomeAudio.service
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Whole House Audio
|
||||||
|
After=apache2.service
|
||||||
|
Requires=apache2.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=www-data
|
||||||
|
Group=www-data
|
||||||
|
WorkingDirectory=/var/www
|
||||||
|
ExecStart=/var/www/html.jukebox/scripts/homeaudio_music.pl
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user