10 lines
133 B
SYSTEMD
10 lines
133 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run memory_usage_alert
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=memory_usage_alert
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|