X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fconf_files.service;h=6ba47755f3a73ac8551539d017e32a1c2ff9fd1c;hb=HEAD;hp=5a6ecc8633ab075d9846f7bae1f730b5c5031923;hpb=1334ddd42493d677b33a8a13036eddc4fb3316c5;p=nodemanager.git diff --git a/systemd/conf_files.service b/systemd/conf_files.service index 5a6ecc8..6ba4775 100644 --- a/systemd/conf_files.service +++ b/systemd/conf_files.service @@ -1,10 +1,12 @@ [Unit] Description=Fetch configuration files as defined by controlling MyPLC +Before=lxc-sliceimage.service +After=network-online.target +Wants=network-online.target [Service] Type=oneshot -ExecStart=/usr/bin/env python /usr/share/NodeManager/conf_files.py -Before=lxc-sliceimage +ExecStart=/usr/bin/env python3 /usr/share/NodeManager/conf_files.py [Install] WantedBy=multi-user.target