summaryrefslogtreecommitdiff
path: root/roles/elevate/dolmetsch-raspi/templates/dolmetschctld.service.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/elevate/dolmetsch-raspi/templates/dolmetschctld.service.j2')
-rw-r--r--roles/elevate/dolmetsch-raspi/templates/dolmetschctld.service.j221
1 files changed, 0 insertions, 21 deletions
diff --git a/roles/elevate/dolmetsch-raspi/templates/dolmetschctld.service.j2 b/roles/elevate/dolmetsch-raspi/templates/dolmetschctld.service.j2
deleted file mode 100644
index c8c9ca79..00000000
--- a/roles/elevate/dolmetsch-raspi/templates/dolmetschctld.service.j2
+++ /dev/null
@@ -1,21 +0,0 @@
-[Unit]
-Description=dolmetschctl Server
-
-[Service]
-ExecStart=/opt/dolmetschctl/bin/dolmetschctld
-Restart=always
-RestartSecs=1s
-StartLimitBurst=10
-StartLimitIntervalSec=5s
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-NoNewPrivileges=yes
-PrivateTmp=yes
-ProtectSystem=strict
-ProtectHome=yes
-ProtectKernelTunables=yes
-ProtectControlGroups=yes
-RestrictRealtime=yes
-RestrictAddressFamilies=AF_INET AF_INET6
-
-[Install]
-WantedBy=multi-user.target