a few more shebangs or calls to python
[nodemanager.git] / systemd / conf_files.service
index e6300d7..1eb106e 100644 (file)
@@ -1,10 +1,10 @@
 [Unit]
 Description=Fetch configuration files as defined by controlling MyPLC
-Before=lxc-sliceimage
+Before=lxc-sliceimage.service
 
 [Service]
 Type=oneshot
-ExecStart=/usr/bin/env python /usr/share/NodeManager/conf_files.py
+ExecStart=/usr/bin/env python3 /usr/share/NodeManager/conf_files.py
 
 [Install]
 WantedBy=multi-user.target