This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14:46:04] <root> activity_timeout = `600' | |
[14:46:04] <root> anonymous = `false' | |
[14:46:04] <root> auto_connect = `true' | |
[14:46:04] <root> auto_reconnect = `true' | |
[14:46:04] <root> away is empty | |
[14:46:04] <root> carbons = `true' | |
[14:46:04] <root> display_name = `[email protected]' | |
[14:46:04] <root> handle_unknown is empty | |
[14:46:04] <root> mail_notifications = `false' | |
[14:46:04] <root> mail_notifications_handle is empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/lib/systemd/system/quassel.service | |
[Unit] | |
Description=Quassel Core | |
After=network.target postgresql.service | |
Wants=postgresql.service | |
[Service] | |
User=quassel | |
Group=quassel | |
PIDFile=/var/run/quassel.pid |