diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-08-01 22:26:42 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-08-01 22:26:42 +0300 |
| commit | 7a760b75fee39dd3039d34b6cd4026a10c45c07d (patch) | |
| tree | 5c7a3fc3c108a17779eeb9efc5be626414f4dbbf /pfclient.service | |
| parent | d7ef83ee3037f1676ad3a2fbf417275792811f91 (diff) | |
Fix pfclient.service paths
Diffstat (limited to 'pfclient.service')
| -rw-r--r-- | pfclient.service | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
