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

[Service]
StandardOutput=syslog
StandardError=syslog
LimitNOFILE=51200
User=root
Group=root
ExecStart=/usr/bin/choria broker --config=/etc/choria/broker.conf

[Install]
WantedBy=multi-user.target