summarylogtreecommitdiffstats
path: root/choria-server.service
blob: 6cadcabf4ff74647a4089463903cc5883be2b560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=The Choria Orchestrator Server
After=network.target

[Service]
EnvironmentFile=/etc/default/choria-server
StandardOutput=syslog
StandardError=syslog
User=root
Group=root
ExecStart=/bin/sh -c "${COMMAND_PREFIX} /usr/bin/choria server --config=/etc/choria/server.conf"
KillMode=process

[Install]
WantedBy=multi-user.target