]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11485: Debian systemd service file out of date
authorChad Phillips <chad@apartmentlines.com>
Thu, 25 Oct 2018 20:48:33 +0000 (13:48 -0700)
committerChad Phillips <chad@apartmentlines.com>
Thu, 25 Oct 2018 20:48:33 +0000 (13:48 -0700)
 - syslog.target is no longer available, replaced with syslog.socket
 - add Requires= to match After= section

debian/freeswitch-systemd.freeswitch.service

index d53dfd1cd5f6746ffa734a24aa36c9f6f83ffb7d..6225d37d5c7c57318c61ed59d85b7068b45ef608 100644 (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