autoNAS / config / autonas-attach@.service
Newer Older
5b5a565 3 months ago History
15 lines | 0.306kb
Bogdan Timofte authored 3 months ago
1
[Unit]
2
Description=AutoNAS Attach Disk %i
3
After=local-fs.target
4
After=systemd-udev-settle.service
5

            
6
[Service]
7
Type=oneshot
8
ExecStart=/usr/local/bin/autonas-disk-handler.sh attach-deferred %i
9
RemainAfterExit=no
10
TimeoutSec=120
11
StandardOutput=journal
12
StandardError=journal
13

            
14
[Install]
15
WantedBy=multi-user.target