diff options
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 |
