feat: reshuffle files

This commit is contained in:
Jamie Albert
2025-11-12 01:11:54 +00:00
parent e58c120f62
commit 3ebb8c54f1
212 changed files with 483 additions and 160 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=dao: automatic mounter (boot)
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=bash /usr/local/bin/dao.sh mount
Restart=on-failure
RestartSec=10
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,14 @@
[Unit]
Description=dao: automatic mounter (resume)
After=suspend.target
After=hibernate.target
After=sleep.target
[Service]
Type=simple
ExecStart=bash /usr/local/bin/dao.sh mount
Restart=on-failure
RestartSec=10
[Install]
WantedBy=default.target