X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fconf_files.service;fp=systemd%2Fconf_files.service;h=5a6ecc8633ab075d9846f7bae1f730b5c5031923;hb=ca3702d15c6992bcb3779f4c9097db32f42dbfa1;hp=0000000000000000000000000000000000000000;hpb=29e2d13434cf69652a15c73dae15c96f5d0abee5;p=nodemanager.git diff --git a/systemd/conf_files.service b/systemd/conf_files.service new file mode 100644 index 0000000..5a6ecc8 --- /dev/null +++ b/systemd/conf_files.service @@ -0,0 +1,10 @@ +[Unit] +Description=Fetch configuration files as defined by controlling MyPLC + +[Service] +Type=oneshot +ExecStart=/usr/bin/env python /usr/share/NodeManager/conf_files.py +Before=lxc-sliceimage + +[Install] +WantedBy=multi-user.target