summaryrefslogtreecommitdiffstats
path: root/redhat/systemd/bcfg2-server.service
blob: 7ca649cc93321709eef30dae7d8fe3ffaf506382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Bcfg2 configuration daemon
After=syslog.target network.target

[Service]
Type=forking
StandardOutput=syslog
StandardError=syslog
EnvironmentFile=-/etc/sysconfig/bcfg2-server
PIDFile=/run/bcfg2-server/bcfg2-server.pid
ExecStart=/usr/sbin/bcfg2-server -D /run/bcfg2-server/bcfg2-server.pid $BCFG2_SERVER_OPTIONS

[Install]
WantedBy=multi-user.target