summaryrefslogtreecommitdiffstats
path: root/components/congress/ansible/roles/deploy/templates/congress-api.service
blob: aacc30c4b4754eb5b7d57389a6f06378f0db01e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=OpenStack Congress Server
After=syslog.target network.target

[Service]
Type=simple
User=congress
ExecStart={{installDir}}/congress/bin/congress-server --config-file /etc/congress/congress.conf

[Install]
WantedBy=multi-user.target