summaryrefslogtreecommitdiff
path: root/config/gathio.service
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-05-12 16:54:06 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-05-12 16:54:06 +0100
commitbfe708d48f603998a1f2c4cad4a6f9f8683dc18f (patch)
treebc0402abb6fd999f00e2b180144a34c851e36abf /config/gathio.service
parent69b4c854b399554ed413cc7ff9d625aee5053927 (diff)
Migrate to Typescript
Diffstat (limited to 'config/gathio.service')
-rw-r--r--config/gathio.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/gathio.service b/config/gathio.service
deleted file mode 100644
index 447d44f..0000000
--- a/config/gathio.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=GathIO
-After=network.target
-
-[Service]
-Type=simple
-User=gathio
-WorkingDirectory=/srv/gathio
-ExecStart=/usr/bin/npm start
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target