tellme/server/simplex-bot.service

12 lines
179 B
SYSTEMD
Raw Permalink Normal View History

2025-02-04 16:44:16 +01:00
[Unit]
2025-02-04 16:46:52 +01:00
Description=Simplex TellMe Bot
2025-02-04 16:44:16 +01:00
After=network.target
[Service]
2025-02-04 16:46:52 +01:00
User=tbot
ExecStart=/usr/local/bin/simplex-chat -p 5080
2025-02-04 16:44:16 +01:00
Restart=always
[Install]
WantedBy=multi-user.target