From 6061f174599a5999975de100ded2da7e2a94eeb6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 22 Feb 2014 14:23:44 +0100 Subject: [PATCH] fix broken .service file --- systemd/conf_files.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/conf_files.service b/systemd/conf_files.service index 5a6ecc8..e6300d7 100644 --- a/systemd/conf_files.service +++ b/systemd/conf_files.service @@ -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 -- 2.43.0