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

11 lines
174 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
Description=Run memory_usage_alert
OnFailure=systemd_failure_notify@%n.service
2019-01-25 17:28:29 +00:00
[Service]
Type=oneshot
ExecStart=memory_usage_alert
[Install]
2019-09-07 17:31:20 +00:00
WantedBy=default.target