autoNAS / config / autonas-attach@.service
Newer Older
15 lines | 0.32kb
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
Bogdan Timofte authored 2 weeks ago
8
ExecStart=/usr/local/lib/xdev/autonas/autonas-disk-handler.sh attach-deferred %i
Bogdan Timofte authored 3 months ago
9
RemainAfterExit=no
10
TimeoutSec=120
11
StandardOutput=journal
12
StandardError=journal
13

            
14
[Install]
Bogdan Timofte authored 2 weeks ago
15
WantedBy=multi-user.target