aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/tacker/files/tacker.service
blob: 5fd61916e36337cb4df444073ef0b9a055b68000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=OpenStack Tacker Server
After=

[Service]
User=root
Group=root
Type=simple
WorkingDirectory=/var/lib/tacker
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p /var/lock/tacker /var/log/tacker /var/lib/tacker
ExecStartPre=/usr/bin/touch /var/log/tacker/tacker.log
ExecStart=/usr/local/bin/tacker-server --config-file /usr/local/etc/tacker/tacker.conf
Restart=on-failure
LimitNOFILE=65535
TimeoutStopSec=15

[Install]
WantedBy=multi-user.target