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