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
This commit is contained in:
Rob Crittenden 2017-08-25 12:02:00 -04:00
parent 8e78935e25
commit 4d3c185261
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ After=syslog.target network.target
[Service]
TimeoutStartSec=0
Restart=always
User=nova
ExecStart=/usr/sbin/novajoin-notify
User=novajoin
ExecStart=/usr/bin/novajoin-notify
[Install]
WantedBy=multi-user.target

View File

@ -7,8 +7,8 @@ Type=simple
NotifyAccess=all
TimeoutStartSec=0
Restart=always
User=nova
ExecStart=/usr/sbin/novajoin-server
User=novajoin
ExecStart=/usr/bin/novajoin-server
[Install]
WantedBy=multi-user.target