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

10 lines
133 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
Description=Run memory_usage_alert
[Service]
Type=oneshot
ExecStart=memory_usage_alert
[Install]
WantedBy=multi-user.target