feat: reshuffle files
This commit is contained in:
13
services/user/dao_am_boot.service
Normal file
13
services/user/dao_am_boot.service
Normal 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
|
||||
Reference in New Issue
Block a user