# Copyright (c) 1995-2015 SUSE Linux GmbH, Nuernberg, Germany. # All rights reserved. # # Author: Martin Caj # # /usr/lib/systemd/system/bitlbee-server.service # # and it's symbolic link # # /usr/sbin/rcbitlbee [Unit] Description=Bitblee Daemon the IM to IRC gateway After=network.target [Service] # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=read-only PrivateDevices=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions Type=forking RuntimeDirectory=bitlbee ExecStart=/usr/sbin/bitlbee -F -u bitlbee PIDFile=/run/bitlbee/bitlbee.pid ExecReload=/bin/kill -HUP $MAINPID Restart=always [Install] WantedBy=multi-user.target