1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-22 06:37:51 +01:00
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