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