reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[nodemanager.git] / systemd / conf_files.service
1 [Unit]
2 Description=Fetch configuration files as defined by controlling MyPLC
3 Before=lxc-sliceimage.service
4 After=network-online.target
5 Wants=network-online.target
6
7 [Service]
8 Type=oneshot
9 ExecStart=/usr/bin/env python3 /usr/share/NodeManager/conf_files.py
10
11 [Install]
12 WantedBy=multi-user.target