14 lines
243 B
Text
14 lines
243 B
Text
|
|
[Unit]
|
||
|
|
Description=ZFS Monthly Scrub for {{ zfs_pool_name }}
|
||
|
|
After=zfs.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/sbin/zpool scrub {{ zfs_pool_name }}
|
||
|
|
User=root
|
||
|
|
StandardOutput=journal
|
||
|
|
StandardError=journal
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|