13 lines
254 B
Desktop File
13 lines
254 B
Desktop File
[Unit]
|
|
Description=Initialize /etc/hostid
|
|
Documentation=https://git.hamburg.ccc.de/CCCHH/pve-template-vm
|
|
After=sysinit.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/sbin/initialize-host-id
|
|
User=root
|
|
Restart=never
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|