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