install nodemanager with systemd unit files instead of initscripts
[nodemanager.git] / systemd / conf_files.service
1 [Unit]
2 Description=Fetch configuration files as defined by controlling MyPLC
3
4 [Service]
5 Type=oneshot
6 ExecStart=/usr/bin/env python /usr/share/NodeManager/conf_files.py
7 Before=lxc-sliceimage
8
9 [Install]
10 WantedBy=multi-user.target