diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2012-02-26 12:09:55 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2012-02-26 12:09:55 +0100 |
commit | 1b55c01d830c4cbfe041790e5c6540bc3394ef04 (patch) | |
tree | cb4bc2dfee262ba4a68efbf0660f49cdb5482442 | |
parent | bc657f0134c6154fb91b8749ac8361fe56c29611 (diff) | |
download | bcfg2-1b55c01d830c4cbfe041790e5c6540bc3394ef04.tar.gz bcfg2-1b55c01d830c4cbfe041790e5c6540bc3394ef04.tar.bz2 bcfg2-1b55c01d830c4cbfe041790e5c6540bc3394ef04.zip |
Path fixed
-rw-r--r-- | redhat/systemd/bcfg2-server.service | 2 | ||||
-rw-r--r-- | redhat/systemd/bcfg2.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/redhat/systemd/bcfg2-server.service b/redhat/systemd/bcfg2-server.service index 641b02ec6..1fd035fcb 100644 --- a/redhat/systemd/bcfg2-server.service +++ b/redhat/systemd/bcfg2-server.service @@ -7,7 +7,7 @@ Type=forking StandardOutput=syslog StandardError=syslog EnvironmentFile=-/etc/sysconfig/bcfg2 -ExecStart=/usr/bin/bcfg2-server $OPTIONS +ExecStart=/usr/sbin/bcfg2-server $OPTIONS [Install] WantedBy=multi-user.target diff --git a/redhat/systemd/bcfg2.service b/redhat/systemd/bcfg2.service index a0c3afd81..572391fd0 100644 --- a/redhat/systemd/bcfg2.service +++ b/redhat/systemd/bcfg2.service @@ -7,7 +7,7 @@ Type=forking StandardOutput=syslog StandardError=syslog EnvironmentFile=-/etc/sysconfig/bcfg2 -ExecStart=/usr/bin/bcfg2 $OPTIONS +ExecStart=/usr/sbin/bcfg2 $OPTIONS [Install] WantedBy=multi-user.target |