1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-17 19:39:31 +01:00
OpenVoiceOS/buildroot-external/package/firstboot-service/firstboot.service

17 lines
322 B
SYSTEMD
Raw Normal View History

[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