Thomas's change to ensure tighter synchro between conf_files lxc_sliceimage and nodem...
[nodemanager.git] / systemd / nm.service
1 [Unit]
2 Description=PlanetLab NodeManager
3 After=libvirtd.target
4 Wants=lxc-sliceimage.service
5 After=lxc-sliceimage.service
6
7 [Service]
8 EnvironmentFile=/etc/sysconfig/nodemanager
9 Type=forking
10 PIDFile=/var/run/nodemanager.pid
11 ExecStart=/usr/bin/env python /usr/share/NodeManager/nodemanager.py -d $OPTIONS
12
13 [Install]
14 WantedBy=multi-user.target