From 7a760b75fee39dd3039d34b6cd4026a10c45c07d Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 1 Aug 2015 22:26:42 +0300 Subject: Fix pfclient.service paths --- pfclient.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pfclient.service') diff --git a/pfclient.service b/pfclient.service index 94cd36b..9bf0455 100644 --- a/pfclient.service +++ b/pfclient.service @@ -6,10 +6,10 @@ After=syslog.target network-online.target [Service] Restart=always RestartSec=30 -ExecStart=/usr/bin/pfclient-beta --daemon --log_path=/var/log --config_path=/etc/pfclient/pfclient-config.json --pid_file=/var/run/pfclient-beta.pid +ExecStart=/usr/bin/pfclient --daemon --log_path=/var/log --config_path=/etc/pfclient/pfclient-config.json --pid_file=/var/run/pfclient.pid ExecStop=/usr/bin/kill -INT $MAINPID Type=forking -PIDFile=/var/run/pfclient-beta.pid +PIDFile=/var/run/pfclient.pid [Install] WantedBy=multi-user.target -- cgit v1.3.1