diff --git a/scripts/HomeAudio.service b/scripts/HomeAudio.service new file mode 100644 index 0000000..19ea9be --- /dev/null +++ b/scripts/HomeAudio.service @@ -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