15 lines
303 B
Desktop File
15 lines
303 B
Desktop File
[Unit]
|
|
Description=RK1 media image first-boot identity setup
|
|
After=local-fs.target
|
|
Before=ssh.service sshd.service
|
|
ConditionPathExists=/var/lib/rk1-media/first-boot.pending
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/rk1-media-first-boot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|