summaryrefslogtreecommitdiff
path: root/utils/templates/lib/systemd/system/filtron.service
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-04-05 10:59:07 +0200
committerIvan Gabaldon <igabaldon@inetol.net>2025-05-13 10:37:02 +0200
commit2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (patch)
tree2ce148316b00b38a5a8ad13d242fc5c864cb9bee /utils/templates/lib/systemd/system/filtron.service
parent90068660196d898896219d1df7a088348c5d3d14 (diff)
[enh] tidy: clean old morty, filtron, searx references
Everyone should have already switched from legacy methods
Diffstat (limited to 'utils/templates/lib/systemd/system/filtron.service')
-rw-r--r--utils/templates/lib/systemd/system/filtron.service29
1 files changed, 0 insertions, 29 deletions
diff --git a/utils/templates/lib/systemd/system/filtron.service b/utils/templates/lib/systemd/system/filtron.service
deleted file mode 100644
index 3b0c6edcc..000000000
--- a/utils/templates/lib/systemd/system/filtron.service
+++ /dev/null
@@ -1,29 +0,0 @@
-[Unit]
-
-Description=${SERVICE_NAME}
-After=syslog.target
-After=network.target
-
-[Service]
-
-Type=simple
-User=${SERVICE_USER}
-Group=${SERVICE_GROUP}
-WorkingDirectory=${SERVICE_HOME}
-ExecStart=${SERVICE_HOME}/go-apps/bin/filtron -api '${FILTRON_API}' -listen '${FILTRON_LISTEN}' -rules '${FILTRON_RULES}' -target '${FILTRON_TARGET}'
-
-Restart=always
-Environment=USER=${SERVICE_USER} HOME=${SERVICE_HOME}
-
-# Some distributions may not support these hardening directives. If you cannot
-# start the service due to an unknown option, comment out the ones not supported
-# by your version of systemd.
-
-ProtectSystem=full
-PrivateDevices=yes
-PrivateTmp=yes
-NoNewPrivileges=true
-
-[Install]
-
-WantedBy=multi-user.target