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

11 lines
177 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Run memory_usage_alert
OnFailure=systemd_failure_notify@%n.service
[Service]
Type=oneshot
ExecStart=memory_usage_alert
[Install]
WantedBy=multi-user.target