template-config/vm-firstrun.service
2020-02-18 11:01:57 +01:00

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