From 4d43e952fff25b5b131e8699858da663a5ac2c42 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 28 Feb 2021 09:18:48 +0100 Subject: initial commit --- infra/lexsurf.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 infra/lexsurf.service (limited to 'infra/lexsurf.service') diff --git a/infra/lexsurf.service b/infra/lexsurf.service new file mode 100644 index 0000000..3cdf6e4 --- /dev/null +++ b/infra/lexsurf.service @@ -0,0 +1,11 @@ +[Unit] +Description=lex.surf + +[Service] +WorkingDirectory=/var/www/lex.surf/ +ExecStart=/var/www/lex.surf/lexsurf +Restart=always +RestartSec=30 + +[Install] +WantedBy=default.target -- cgit v1.2.3