mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
18 lines
398 B
Desktop File
18 lines
398 B
Desktop File
[Unit]
|
|
Description=First Boot run script
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=systemd-remount-fs.service
|
|
Before=sysinit.target shutdown.target
|
|
ConditionPathIsReadWrite=/etc
|
|
ConditionPathExists=/etc/firstboot
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStartPre=/bin/psplash-write "MSG Preparing for first boot"
|
|
ExecStart=/usr/sbin/firstboot
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|