mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 19:39:31 +01:00
17 lines
322 B
SYSTEMD
17 lines
322 B
SYSTEMD
|
[Unit]
|
||
|
Description=First Boot run script
|
||
|
DefaultDependencies=no
|
||
|
Conflicts=shutdown.target
|
||
|
After=systemd-remount-fs.service
|
||
|
Before=sysinit.target shutdown.target
|
||
|
ConditionPathIsReadWrite=/etc
|
||
|
ConditionFirstBoot=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/sbin/resizeSD
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|