novajoin/files/novajoin-server.service
Rob Crittenden 4d3c185261 Fix user and path to binaries in systemd scripts
I'm not exactly sure how but the user was nova and the paths were
to /usr/sbin and not /usr/bin.

The RDO package is going to use these rather than carrying local
copies so it is important that they be correct.

Change-Id: I1222edc55c0571b6fa3512a2d9c9ee107ebf4434
2017-08-25 12:02:41 -04:00

15 lines
246 B
Desktop File

[Unit]
Description=OpenStack Nova IPA Join Service
After=syslog.target network.target
[Service]
Type=simple
NotifyAccess=all
TimeoutStartSec=0
Restart=always
User=novajoin
ExecStart=/usr/bin/novajoin-server
[Install]
WantedBy=multi-user.target