From 6844b5570c293e89aafe094bb7798214f2dd33a2 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sat, 13 May 2023 19:29:23 +0100 Subject: Restore systemctl service file --- gathio.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gathio.service (limited to 'gathio.service') diff --git a/gathio.service b/gathio.service new file mode 100644 index 0000000..49909f0 --- /dev/null +++ b/gathio.service @@ -0,0 +1,13 @@ +[Unit] +Description=Gathio +After=network.target + +[Service] +Type=simple +User=gathio +WorkingDirectory=/srv/gathio +ExecStart=/usr/bin/pnpm start +Restart=on-failure + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3