summaryrefslogtreecommitdiff
path: root/wordly.service
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-02-02 00:06:53 -0700
committerAlexis Hovorka <[email protected]>2022-02-02 00:06:53 -0700
commit8a943500d97598a0b49ef655dc1b5484fe5e83d8 (patch)
tree339daf640084d724524c3cfcf92e51f48f7037b0 /wordly.service
Initial commit
Diffstat (limited to 'wordly.service')
-rw-r--r--wordly.service13
1 files changed, 13 insertions, 0 deletions
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