diff --git a/init/onenode.service b/init/onenode.service index b1205ca..44e3964 100644 --- a/init/onenode.service +++ b/init/onenode.service @@ -4,12 +4,13 @@ After=opennebula.service opennebula-sunstone.service [Service] Type=oneshot -Environment=CREDS='/var/lib/one/.one/one_auth' +Environment=CREDS=/var/lib/one/.one/one_auth +Environment=ENDPOINT=http://127.0.0.1:2633/RPC2 TimeoutSec=1min RemainAfterExit=yes Restart=no -ExecStart=/usr/share/eole/sbin/onevm-all -w -c ${CREDS} -a "resume" -ExecStop=/usr/share/eole/sbin/onevm-all -w -c ${CREDS} -a "suspend" +ExecStart=/usr/share/eole/sbin/onevm-all -w -c ${CREDS} -e ${ENDPOINT} -a "resume" +ExecStop=/usr/share/eole/sbin/onevm-all -w -c ${CREDS} -e ${ENDPOINT} -a "suspend" [Install] WantedBy=multi-user.target