allmon2-last-heard/stream-server.service

13 lines
190 B
SYSTEMD
Raw Normal View History

2021-01-10 21:35:57 -05:00
[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