From 0058c6ceed9336c14487eb844f0e5768204371ea Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 1 Aug 2015 22:15:45 +0300 Subject: Bump to v3.0.2080 add ARM support, and add .service and .install files --- pfclient.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pfclient.service (limited to 'pfclient.service') diff --git a/pfclient.service b/pfclient.service new file mode 100644 index 0000000..94cd36b --- /dev/null +++ b/pfclient.service @@ -0,0 +1,15 @@ +[Unit] +Description=Plane Finder ADS-B Client +Wants=network-online.target +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 +ExecStop=/usr/bin/kill -INT $MAINPID +Type=forking +PIDFile=/var/run/pfclient-beta.pid + +[Install] +WantedBy=multi-user.target -- cgit v1.3.1