commit 1b89825f9fb10ede4cdac5bcd68fba648a950c57ce19c72bd64f289c46bfc007 Author: n Date: Fri Mar 21 10:37:25 2025 -0500 Add Parsee systemd service diff --git a/systemd/parsee.service b/systemd/parsee.service new file mode 100644 index 0000000..d468547 --- /dev/null +++ b/systemd/parsee.service @@ -0,0 +1,16 @@ +[Unit] +Description=Parsee bridge +StartLimitIntervalSec=500 +StartLimitBurst=5 + +[Service] +Restart=on-failure +RestartSec=5s +Type=simple +StandardOutput=journal +WorkingDirectory=/home/nyx/data +ExecStart=/usr/bin/parsee +MemoryMax=1G + +[Install] +WantedBy=default.target \ No newline at end of file