Add documentation

This commit is contained in:
2024-02-12 13:56:52 +01:00
parent 867bdcf978
commit cedf2b6477
4 changed files with 71 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=XMPP Lightning Antispam bot
After=network.target
[Service]
Type=simple
User=deploy
WorkingDirectory=/opt/xmpp-lightning-antispam
ExecStart=/usr/bin/node index.js
Restart=on-failure
[Install]
WantedBy=multi-user.target