add systemd config file

This commit is contained in:
Jonhnny Weslley
2016-01-24 12:04:31 -03:00
parent ba3b699517
commit 8bf0786cb5
+14
View File
@@ -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