2019-01-25 17:28:29 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run disk_space_alert
|
2019-01-26 09:39:02 +00:00
|
|
|
#OnFailure=systemd_failure_notify@%n.service
|
2019-01-25 17:28:29 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2019-01-25 17:46:45 +00:00
|
|
|
ExecStart=disk_space_alert
|
2019-01-25 17:28:29 +00:00
|
|
|
|
|
|
|
[Install]
|
2019-09-07 17:31:20 +00:00
|
|
|
WantedBy=default.target
|