diff options
Diffstat (limited to 'roles/common/files/lib/systemd/system/stunnel4.service')
-rw-r--r-- | roles/common/files/lib/systemd/system/stunnel4.service | 14 |
1 files changed, 0 insertions, 14 deletions
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 |