11 lines
201 B
Desktop File
11 lines
201 B
Desktop File
# /etc/systemd/system/vm-firstrun.service
|
|
[Unit]
|
|
Description=Initialize this template-created VM
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/vm-firstrun.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|