azure/files/usr/lib/systemd/system/azure-groups.service

12 lines
221 B
SYSTEMD
Raw Normal View History

2024-05-14 09:49:15 +00:00
[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