service file

main
Matthew 2024-01-24 11:15:50 -05:00
parent 27e91d4063
commit 696bf7798e
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 12 additions and 0 deletions

12
ramirez-autoreply.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=Ramirez (sunset autoreply)
Wants=network-online.target
After=network-online.target
[Service]
ExecStart=/opt/ramirez-autoreply/main.js
WorkingDirectory=/opt/ramirez-autoreply
Restart=on-failure
[Install]
WantedBy=multi-user.target