Some checks failed
Test / build (push) Failing after 56s
17 lines
342 B
Desktop File
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
|