mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
16 lines
248 B
Desktop File
16 lines
248 B
Desktop File
[Unit]
|
|
Description=Venom Bot
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/root/apps/venom
|
|
ExecStart=/usr/local/bin/pnpm start
|
|
ExecStop=/bin/kill -SIGINT $MAINPID
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|