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
1 changed files with 2 additions and 1 deletions

View File

@ -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