Set the correct path to os-collect-config

os-collect-config is installed in /usr/bin. This adjusts the systemd
service file accordingly to make it work for openSUSE. On Fedora the
wrong path didn't cause any problems because /bin is just a symlink to
/usr/bin there.

Change-Id: I2f02b12f9667920196084ee0abef1c9f676d413a
This commit is contained in:
Ralf Haferkamp 2013-12-18 14:27:40 +01:00
parent c04d472064
commit 2471efefba
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ After=cloud-final.service
Before=crond.service
[Service]
ExecStart=/bin/os-collect-config
ExecStart=/usr/bin/os-collect-config
Restart=on-failure
[Install]