Files
ipe/init/systemd/ipe.service
T
2016-01-24 12:06:38 -03:00

15 lines
258 B
Desktop File

[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