diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-firstboot.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-firstboot.service.in b/units/systemd-firstboot.service.in index e7ae745564..a8719a8c7f 100644 --- a/units/systemd-firstboot.service.in +++ b/units/systemd-firstboot.service.in @@ -13,6 +13,7 @@ Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service systemd-sysusers.service Before=sysinit.target shutdown.target ConditionPathIsReadWrite=/etc +ConditionFirstBoot=yes [Service] Type=oneshot |