Initial import
This commit is contained in:
commit
660133c812
28 changed files with 3983 additions and 0 deletions
17
SVXLink/svxlink.service
Normal file
17
SVXLink/svxlink.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=SvxLink Server
|
||||
After=network.target sound.target brandmeister.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
KillMode=process
|
||||
ExecStart=/opt/SVXLink/bin/svxlink –config=/opt/SVXLink/etc/svxlink/svxlink.conf –logfile=/opt/SVXLink/var/log/svxlink
|
||||
RestartSec=5
|
||||
TimeoutSec=5
|
||||
User=svxlink
|
||||
Group=svxlink
|
||||
Environment="HOME=/opt/SVXLink"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue