Files
dao_hades/services/user/dao_am_boot.service
2025-11-12 01:11:54 +00:00

13 lines
238 B
Desktop File

[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