14 lines
239 B
Desktop File
14 lines
239 B
Desktop File
[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
|