fix: add users and change target

This commit is contained in:
Jamie Albert
2025-11-13 19:55:31 +00:00
parent 4331d809ec
commit fbb5b34335
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ Type=simple
ExecStart=bash /usr/local/bin/dao.sh mount
Restart=on-failure
RestartSec=10
User=jamie
Group=jamie
[Install]
WantedBy=default.target
WantedBy=multi-user.target

View File

@@ -9,6 +9,8 @@ Type=simple
ExecStart=bash /usr/local/bin/dao.sh mount
Restart=on-failure
RestartSec=10
User=jamie
Group=jamie
[Install]
WantedBy=default.target
WantedBy=multi-user.target