summarylogtreecommitdiffstats
path: root/freeswitch.service
blob: 737ef3b4a5561854473ebc51ce9321c6ab2a90d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=FreeSWITCH Service
After=network.target

[Service]
Type=forking
PIDFile=/run/freeswitch.pid
ExecStart=/usr/bin/freeswitch -ncwait -nonat
ExecStop=/usr/bin/freeswitch -stop

[Install]
WantedBy=multi-user.target