13 lines
238 B
Desktop File
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 |