From 39490a866adcd65986a5a4c1fa6e9e244d6cbdb2 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 18 Jul 2021 01:25:06 -0600 Subject: [PATCH] Add a template service file to the directory --- quote-bracket.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 quote-bracket.service diff --git a/quote-bracket.service b/quote-bracket.service new file mode 100644 index 0000000..d682388 --- /dev/null +++ b/quote-bracket.service @@ -0,0 +1,9 @@ +[Unit] +Description=Server for voting on the community's favourite quote said by the Resonym crew. + +[Service] +Type=simple +# WorkingDirectory= +# ExecStart= +Restart=always +RestartSec=5 \ No newline at end of file