forked from bitlair/ansible
17 lines
348 B
Desktop File
17 lines
348 B
Desktop File
[Unit]
|
|
Description=The Lounge (IRC client)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
User=thelounge
|
|
Group=thelounge
|
|
Type=simple
|
|
Environment=THELOUNGE_HOME=/etc/thelounge
|
|
ExecStart=/usr/bin/authbind --deep /usr/local/bin/thelounge start
|
|
ProtectSystem=yes
|
|
ProtectHome=yes
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|