2019-09-27 09:12:17 +02:00
|
|
|
[Unit]
|
|
|
|
Description=First Boot run script
|
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
After=systemd-remount-fs.service
|
|
|
|
Before=sysinit.target shutdown.target
|
|
|
|
ConditionPathIsReadWrite=/etc
|
2019-09-30 16:13:38 +02:00
|
|
|
ConditionPathExists=/etc/firstboot
|
2019-09-27 09:12:17 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2019-09-30 16:13:38 +02:00
|
|
|
ExecStart=/usr/sbin/firstboot
|
2019-09-27 09:12:17 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|