Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created October 9, 2018 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckylittle/675dca1abf4fa74982b6f4bc2cda5b0f to your computer and use it in GitHub Desktop.
Save luckylittle/675dca1abf4fa74982b6f4bc2cda5b0f to your computer and use it in GitHub Desktop.
SystemD IRSSI service inside GNU screen (/etc/systemd/system/irssi.service)
[Unit]
Description=IRSSI service
[Service]
RemainAfterExit=yes
ExecStart=/usr/bin/screen -S irssi -dm irssi
ExecStop=/usr/bin/screen -S irssi -X quit
User=lmaly
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment