From 8bf0786cb5e52c511eb2280984f110a22d63c685 Mon Sep 17 00:00:00 2001 From: Jonhnny Weslley Date: Sun, 24 Jan 2016 12:04:31 -0300 Subject: [PATCH] add systemd config file --- init/systemd/ipe.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 init/systemd/ipe.service diff --git a/init/systemd/ipe.service b/init/systemd/ipe.service new file mode 100644 index 0000000..4a89067 --- /dev/null +++ b/init/systemd/ipe.service @@ -0,0 +1,14 @@ +[Unit] +Description=Ipe +After=syslog.target network.target + +[Service] +Type=simple +User=ipe +StandardOutput=syslog +StandardError=syslog +SyslogIdentifier=ipe +ExecStart=/path/to/ipe -logtostderr -config="path_to_config.json" + +[Install] +WantedBy=multi-user.target