2015-04-24 09:51:19 +02:00
|
|
|
# Copyright (c) 1995-2015 SUSE Linux GmbH, Nuernberg, Germany.
|
2014-06-19 11:12:17 +02:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
# Author: Martin Caj <mcaj@suse.cz>
|
|
|
|
#
|
|
|
|
# /usr/lib/systemd/system/bitlbee-server.service
|
|
|
|
#
|
|
|
|
# and it's symbolic link
|
|
|
|
#
|
|
|
|
# /usr/sbin/rcbitlbee
|
|
|
|
|
|
|
|
[Unit]
|
2015-06-25 11:11:08 +02:00
|
|
|
Description=Bitblee Daemon the IM to IRC gateway
|
2014-06-19 11:12:17 +02:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2021-08-28 12:39:09 +02:00
|
|
|
# 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
|
2014-06-19 11:12:17 +02:00
|
|
|
Type=forking
|
2022-02-10 13:10:57 +01:00
|
|
|
RuntimeDirectory=bitlbee
|
2015-04-24 09:51:19 +02:00
|
|
|
ExecStart=/usr/sbin/bitlbee -F -u bitlbee
|
2014-11-10 12:43:37 +01:00
|
|
|
PIDFile=/run/bitlbee/bitlbee.pid
|
2014-06-19 11:12:17 +02:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|