11 lines
176 B
SYSTEMD
11 lines
176 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run smartctl_tests_long
|
||
|
OnFailure=systemd_failure_notify@%n.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=smartctl_tests_long
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|