From 8a943500d97598a0b49ef655dc1b5484fe5e83d8 Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Wed, 2 Feb 2022 00:06:53 -0700 Subject: Initial commit --- wordly.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wordly.service (limited to 'wordly.service') diff --git a/wordly.service b/wordly.service new file mode 100644 index 0000000..9c905c3 --- /dev/null +++ b/wordly.service @@ -0,0 +1,13 @@ +[Service] +ExecStart=/usr/bin/node /srv/http/wordly/app.js +Restart=always +WorkingDirectory=/srv/http/wordly +StandardOutput=syslog +StandardError=syslog +SyslogIdentifier=wordly +User=alexis +Group=users +Environment=PORT=8080 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2