12 lines
224 B
SYSTEMD
12 lines
224 B
SYSTEMD
[Unit]
|
|
Description=Automatic GlusterFs Volume restart
|
|
Requires=pyAutoReupGlusterVolume.service
|
|
|
|
[Timer]
|
|
Unit=pyAutoReupGlusterVolume.service
|
|
OnBootSec=1min
|
|
OnUnitActiveSec=30s
|
|
AccuracySec=1s
|
|
|
|
[Install]
|
|
WantedBy=timers.target |