diff --git a/stream-server.service b/stream-server.service new file mode 100644 index 0000000..49b586a --- /dev/null +++ b/stream-server.service @@ -0,0 +1,12 @@ +[Unit] +Description=Allmon HAM Radio Stream Server + +[Service] +User=pi +Group=pi +Restart=always +ExecStart=/usr/bin/php /srv/http/talking/streamServer.php + +[Install] +WantedBy=multi-user.target +