This commit is contained in:
Zach Brown
2024-04-09 19:18:06 +00:00
parent 223e704adc
commit 2024ec569c
6 changed files with 11 additions and 7 deletions

View File

@@ -99,6 +99,7 @@ WantedBy=basic.target local-fs.target
EOF
systemctl daemon-reload
ln -s /lib/systemd/system/opt.mount /lib/systemd/system/local-fs.target.wants/opt.mount
systemctl enable opt.mount
systemctl start opt.mount
}