Skip to content

Instantly share code, notes, and snippets.

@netzvieh
Created January 7, 2015 22:05
Show Gist options
  • Save netzvieh/c39e442712808de1933f to your computer and use it in GitHub Desktop.
Save netzvieh/c39e442712808de1933f to your computer and use it in GitHub Desktop.
Quasselcore Systemd Service for Fedora
[Unit]
Description=Quassel Core - Distributed IRC Client.
After=network.target postgresql.service
[Service]
User=quassel
ExecStart=/usr/bin/quasselcore --configdir=/var/lib/quassel --listen=0.0.0.0
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment