system-helpers/etc/systemd/system/disk_space_alert.service

11 lines
170 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run disk_space_alert
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=disk_space_alert
[Install]
WantedBy=default.target