mirror of
https://github.com/0x1d/terraform-docker-packer.git
synced 2025-12-14 14:01:29 +01:00
14 lines
339 B
Desktop File
14 lines
339 B
Desktop File
[Unit]
|
|
Description=FirstBoot
|
|
After=network.target apt-daily.service apt-daily-upgrade.service
|
|
Before=rc-local.service
|
|
ConditionFileNotEmpty=/lib/firstboot.sh
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash /lib/firstboot.sh
|
|
ExecStartPost=/bin/mv /lib/firstboot.sh /lib/firstboot.sh.done
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |