12 lines
221 B
SYSTEMD
12 lines
221 B
SYSTEMD
|
[Unit]
|
||
|
Description=Add wheel members to docker, incus and libvirt groups
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/libexec/azure-groups
|
||
|
Restart=on-failure
|
||
|
RestartSec=30
|
||
|
StartLimitInterval=0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|