Add sems install and config Add FS profiles for Vsat incoming calls via sems + related gateway
15 lines
329 B
Desktop File
15 lines
329 B
Desktop File
[Unit]
|
|
Description=SEMS Proxy
|
|
Requires=sysinit.target system.slice tinc.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/etc/sems/
|
|
ExecStart=/usr/sbin/sems -P /var/run/sems/sems.pid -u sems -g sems -f /etc/sems/sems.conf -E
|
|
TimeoutStopSec=5
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|