Skip to content

Instantly share code, notes, and snippets.

@niner
Created September 12, 2014 09:27
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 niner/810b7fef636a660af1c9 to your computer and use it in GitHub Desktop.
Save niner/810b7fef636a660af1c9 to your computer and use it in GitHub Desktop.
systemd irssi configuration
nine@ns1:~> cat /etc/systemd/system/irssi.service
[Unit]
Description=IRC client
[Service]
Type=forking
User=nine
ExecStart=/usr/bin/screen -dmS irssi irssi
WorkingDirectory=/home/nine
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment