summaryrefslogtreecommitdiffstats
path: root/roles/common/files/lib
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-31 17:39:57 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-31 17:39:57 +0200
commite136d3edbdb6749d4559939dc9fcbc11d166e34c (patch)
tree36e051f5675b003c38bac4fc6eec738698125437 /roles/common/files/lib
parent789f4f2e1b01873b200b973584d1501ba32e3bfd (diff)
/lib/systemd/system → /etc/systemd/system
Diffstat (limited to 'roles/common/files/lib')
-rw-r--r--roles/common/files/lib/systemd/system/bacula-fd.service22
-rw-r--r--roles/common/files/lib/systemd/system/stunnel4.service14
-rw-r--r--roles/common/files/lib/systemd/system/stunnel4@.service23
3 files changed, 0 insertions, 59 deletions
diff --git a/roles/common/files/lib/systemd/system/bacula-fd.service b/roles/common/files/lib/systemd/system/bacula-fd.service
deleted file mode 100644
index ee5afe3..0000000
--- a/roles/common/files/lib/systemd/system/bacula-fd.service
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=Bacula File Daemon service
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/bacula/bacula-fd.9102.pid
-StandardOutput=syslog
-ExecStart=/usr/sbin/bacula-fd -c /etc/bacula/bacula-fd.conf
-
-# Hardening
-NoNewPrivileges=yes
-PrivateDevices=yes
-ProtectHome=read-only
-ProtectSystem=full
-PrivateTmp=yes
-ReadOnlyDirectories=/
-ReadWriteDirectories=-/var/lib
-ReadWriteDirectories=-/var/run/bacula
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/common/files/lib/systemd/system/stunnel4.service b/roles/common/files/lib/systemd/system/stunnel4.service
deleted file mode 100644
index 990e07b..0000000
--- a/roles/common/files/lib/systemd/system/stunnel4.service
+++ /dev/null
@@ -1,14 +0,0 @@
-# This service is actually a systemd target,
-# but we are using a service since targets cannot be reloaded.
-
-[Unit]
-Description=SSL tunnel for network daemons (multi-instance-master)
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/bin/true
-ExecReload=/bin/true
-
-[Install]
-WantedBy=multi-user.target
diff --git a/roles/common/files/lib/systemd/system/stunnel4@.service b/roles/common/files/lib/systemd/system/stunnel4@.service
deleted file mode 100644
index e53d29e..0000000
--- a/roles/common/files/lib/systemd/system/stunnel4@.service
+++ /dev/null
@@ -1,23 +0,0 @@
-[Unit]
-Description=SSL tunnel for network daemons (instance %i)
-After=network.target nss-lookup.target
-PartOf=stunnel4.service
-ReloadPropagatedFrom=stunnel4.service
-
-[Service]
-ExecStart=/usr/bin/stunnel4 /etc/stunnel/%i.conf
-ExecReload=/bin/kill -HUP ${MAINPID}
-KillSignal=SIGINT
-TimeoutStartSec=120
-TimeoutStopSec=60
-Restart=on-failure
-
-# Hardening
-NoNewPrivileges=yes
-PrivateDevices=yes
-ProtectHome=yes
-ProtectSystem=full
-ReadOnlyDirectories=/
-
-[Install]
-WantedBy=multi-user.target