Update roles

This commit is contained in:
2021-06-29 22:10:31 -04:00
parent dfe9dea2ca
commit caf10019e2
45 changed files with 156 additions and 739 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Extend root partition and resize file system
After=local-fs.target
Wants=local-fs.target
[Service]
ExecStart=/usr/local/bin/grow_part.sh
Type=oneshot
ExecStop=/bin/sh -c "/usr/bin/systemctl disable growpart.service || exit 0"
[Install]
WantedBy=multi-user.target