From 816649ae28a1556c3fc04eb603c0c2d21302762a Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 24 Jan 2024 11:22:05 -0500 Subject: [PATCH] service file (x2) --- ramirez-autoreply.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramirez-autoreply.service b/ramirez-autoreply.service index e709527..3c76fb0 100644 --- a/ramirez-autoreply.service +++ b/ramirez-autoreply.service @@ -4,7 +4,7 @@ Wants=network-online.target After=network-online.target [Service] -ExecStart=/opt/ramirez-autoreply/main.js +ExecStart=/usr/bin/node /opt/ramirez-autoreply/main.js WorkingDirectory=/opt/ramirez-autoreply Restart=on-failure