Code Review
/
apex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fix tacker not starting correctly
[apex.git]
/
build
/
rpm_specs
/
openstack-tacker-server.service
1
[Unit]
2
Description=OpenStack Tacker Server
3
After=syslog.target network.target
4
5
[Service]
6
Type=simple
7
User=tacker
8
ExecStart=/usr/bin/tacker-server --config-file /etc/tacker/tacker.conf --log-file /var/log/tacker/tacker.log
9
PrivateTmp=true
10
NotifyAccess=all
11
KillMode=process
12
Restart=on-failure
13
14
[Install]
15
WantedBy=multi-user.target