summarylogtreecommitdiffstats
path: root/opennebula.service
diff options
context:
space:
mode:
authorJeremy Audet2016-09-09 16:42:23 -0400
committerJeremy Audet2016-09-09 16:42:23 -0400
commit8a09ada5eaa911748ba5a48b1a09c580da56562f (patch)
tree7ce63159027ae2aad2cae6c7db50ee2d1a08986a /opennebula.service
parent7df211709001b680dbb53f447882c51e4155c2c9 (diff)
downloadaur-8a09ada5eaa911748ba5a48b1a09c580da56562f.tar.gz
Fix unit references in .service files
This prevents errors like the following from being logged when e.g. `systemctl daemon-reload` is executed: Sep 09 16:30:33 beech systemd[1]: [/usr/lib/systemd/system/opennebula-mysqld.service:5] Failed to add dependency on opennebula, ignoring: Invalid argument Sep 09 16:30:33 beech systemd[1]: [/usr/lib/systemd/system/opennebula.service:4] Failed to add dependency on opennebula-mysqld, ignoring: Invalid argument
Diffstat (limited to 'opennebula.service')
-rw-r--r--opennebula.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/opennebula.service b/opennebula.service
index ac53467cc721..316f6bb9ee72 100644
--- a/opennebula.service
+++ b/opennebula.service
@@ -1,7 +1,7 @@
[Unit]
Description=OpenNebula management
After=network.target local-fs.target remote-fs.target mysqld.service
-Conflicts=opennebula-mysqld
+Conflicts=opennebula-mysqld.service
[Service]
User=oneadmin