1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-01 19:26:53 +01:00

16 lines
334 B
Desktop File

[Unit]
Description=System prepare run script
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-remount-fs.service
Before=sysinit.target shutdown.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/bin/psplash-write "MSG Preparing system"
ExecStart=/usr/sbin/prepare_system
[Install]
WantedBy=sysinit.target