1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

smoketest fixes

This commit is contained in:
George Hunt 2017-11-25 01:25:55 +00:00
parent 62a8ef6d0b
commit 7936b5b23e
3 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@
- name: Copy startup script
template: src=iiab-startup.sh
dest=/usr/libexec/
mode=0755
when: startup_unit.stat.exists is defined and not startup_unit.stat.exists
- name: Ask systemd to recognize the changes

View file

@ -4,7 +4,7 @@ After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/libecec/iiab-startup.sh
ExecStart=/usr/libexec/iiab-startup.sh
[Install]
WantedBy=multi-user.target

View file

@ -4,4 +4,5 @@
if [ ! -f /etc/iiab/uuid ]; then
uuidgen > /etc/iiab/uuid
fi
exit 0