1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-24 23:56:50 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/usr/lib/systemd/system/ovos-firstboot.service
j1nx 8766df6b2b Re-Initiate the firstboot system utilizing a different approach
ovos-config as tool, starting of with expiring the default passwd
2021-04-02 12:22:46 +02:00

17 lines
342 B
Desktop File

[Unit]
Description=OVOS 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
ExecStart=/usr/sbin/ovos-config
[Install]
WantedBy=sysinit.target