mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2024-11-23 00:18:38 -05:00
Add systemd service
This commit is contained in:
parent
ee8608e9c2
commit
d5ab87a69a
12
stream-server.service
Normal file
12
stream-server.service
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user