You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/pkg/rpm/sems.systemd.service

18 lines
341 B

[Unit]
Description=SIP Media Server
After=network.target
[Service]
Type=simple
User=sems
Group=sems
EnvironmentFile=-/etc/sysconfig/sems
PIDFile=/var/run/sems/sems.pid
Restart=always
StartLimitInterval=10
StartLimitBurst=5
ExecStart=/usr/sbin/sems -E -u sems -g sems -P /var/run/sems/sems.pid $OPTIONS
[Install]
WantedBy=multi-user.target