ansible/roles/chat/templates/thelounge.service
Mark Janssen -- Sig-I/O Automatisering 4870960b45
Some checks failed
Test / build (push) Failing after 56s
Listen on localhost
2025-04-27 21:19:41 +02:00

17 lines
342 B
Desktop File

[Unit]
Description=The Lounge (IRC client)
After=network-online.target
Wants=network-online.target
[Service]
User={{ chat_user }}
Group={{ chat_group }}
Type=simple
Environment=THELOUNGE_HOME=/var/local/thelounge
ExecStart=/usr/local/bin/thelounge start
ProtectSystem=yes
ProtectHome=yes
PrivateTmp=yes
[Install]
WantedBy=multi-user.target