diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-04-05 10:59:07 +0200 |
|---|---|---|
| committer | Ivan Gabaldon <igabaldon@inetol.net> | 2025-05-13 10:37:02 +0200 |
| commit | 2cfd3fc44b16e7f3c6010c0ac1004efb6dacf382 (patch) | |
| tree | 2ce148316b00b38a5a8ad13d242fc5c864cb9bee /utils/templates/lib/systemd/system/morty.service | |
| parent | 90068660196d898896219d1df7a088348c5d3d14 (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/morty.service')
| -rw-r--r-- | utils/templates/lib/systemd/system/morty.service | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/utils/templates/lib/systemd/system/morty.service b/utils/templates/lib/systemd/system/morty.service deleted file mode 100644 index 25b676b51..000000000 --- a/utils/templates/lib/systemd/system/morty.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/morty -key '${MORTY_KEY}' -listen '${MORTY_LISTEN}' -timeout ${MORTY_TIMEOUT} - -Restart=always -Environment=USER=${SERVICE_USER} HOME=${SERVICE_HOME} DEBUG=${SERVICE_ENV_DEBUG} - -# 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 |