1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-23 03:33:48 +00:00

FS-11485: Debian systemd service file out of date

- syslog.target is no longer available, replaced with syslog.socket
 - add Requires= to match After= section
This commit is contained in:
Chad Phillips 2018-10-25 13:48:33 -07:00
parent 9e8ae18f95
commit ee1942bebb

@ -2,7 +2,8 @@
[Unit]
Description=freeswitch
After=syslog.target network.target local-fs.target
Requires=syslog.socket network.target local-fs.target
After=syslog.socket network.target local-fs.target
[Service]
; service