feat: system setup + groups setup
This commit is contained in:
parent
ce5f8d958a
commit
cd4b46af78
5 changed files with 56 additions and 0 deletions
12
files/usr/lib/systemd/system/azure-groups.service
Normal file
12
files/usr/lib/systemd/system/azure-groups.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue