vcpi/services/firstboot.service

14 lines
315 B
Desktop File

[Unit]
Description=Run on first boot once
Wants=time-sync.target
Before=rc-local.service
After=network.target time-sync.target apt-daily.service apt-daily-upgrade.service
ConditionFileNotEmpty=/root/setup.sh
[Service]
ExecStart=/root/setup.sh
Type=oneshot
RemainAfterExit=no
[Install]
WantedBy=multi-user.target