mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2024-11-23 08:28:38 -05:00
13 lines
190 B
SYSTEMD
13 lines
190 B
SYSTEMD
|
[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
|
||
|
|