mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
00e090edc5
This for better management and in preperation for easy BAR update
15 lines
279 B
Desktop File
15 lines
279 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
|
|
ExecStart=/usr/sbin/prepare_system
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|