Browse Source

Don't break existing connections when using systemd. Closes: #752094

Christoph Biedl 9 years ago
parent
commit
00e1ce647e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      debian/pptpd.service

+ 1 - 0
debian/pptpd.service

@@ -6,6 +6,7 @@ After=network.target
 EnvironmentFile=-/etc/default/pptpd
 # don't daemonize to simplify stuff
 ExecStart=/usr/sbin/pptpd --fg $DAEMON_OPTS
+KillMode=process
 
 [Install]
 WantedBy=multi-user.target