4
Fork 0

Initial import

This commit is contained in:
R3ABM Artem 2016-03-23 20:08:20 +03:00
commit 660133c812
28 changed files with 3983 additions and 0 deletions

17
SVXLink/svxlink.service Normal file
View 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