X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=systemd%2Fconf_files.service;fp=systemd%2Fconf_files.service;h=5a6ecc8633ab075d9846f7bae1f730b5c5031923;hb=1334ddd42493d677b33a8a13036eddc4fb3316c5;hp=0000000000000000000000000000000000000000;hpb=2278a219e208ae964d587f3a0bf0d2f299bf1fcb;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