fix broken .service file
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 22 Feb 2014 13:23:44 +0000 (14:23 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 22 Feb 2014 13:23:44 +0000 (14:23 +0100)
systemd/conf_files.service

index 5a6ecc8..e6300d7 100644 (file)
@@ -1,10 +1,10 @@
 [Unit]
 Description=Fetch configuration files as defined by controlling MyPLC
+Before=lxc-sliceimage
 
 [Service]
 Type=oneshot
 ExecStart=/usr/bin/env python /usr/share/NodeManager/conf_files.py
-Before=lxc-sliceimage
 
 [Install]
 WantedBy=multi-user.target