Skip to content

Instantly share code, notes, and snippets.

@Gnarfoz
Created April 24, 2021 20:37
Show Gist options
  • Save Gnarfoz/e772dafe33cfd109d42bfb2c93dc9f51 to your computer and use it in GitHub Desktop.
Save Gnarfoz/e772dafe33cfd109d42bfb2c93dc9f51 to your computer and use it in GitHub Desktop.
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
Environment="IDENTPORT=113"
ExecStart=
ExecStart=/usr/bin/quasselcore --configdir=${DATADIR} --logfile=${LOGFILE} --loglevel=${LOGLEVEL} --port=${PORT} --listen=${LISTEN} --require-ssl --ident-daemon --ident-port=${IDENTPORT} --ident-listen=${LISTEN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment