Add systemd service

This commit is contained in:
Rob Vella 2021-01-10 18:35:57 -08:00
parent ee8608e9c2
commit d5ab87a69a
1 changed files with 12 additions and 0 deletions

12
stream-server.service Normal file
View File

@ -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