summarylogtreecommitdiffstats
path: root/promscale.service
diff options
context:
space:
mode:
Diffstat (limited to 'promscale.service')
-rw-r--r--promscale.service46
1 files changed, 0 insertions, 46 deletions
diff --git a/promscale.service b/promscale.service
deleted file mode 100644
index fe8656db898f..000000000000
--- a/promscale.service
+++ /dev/null
@@ -1,46 +0,0 @@
-[Unit]
-Description=Promscale service
-Documentation=https://github.com/timescale/promscale
-Requires=network-online.target
-After=network-online.target
-
-[Service]
-User=promscale
-Group=promscale
-Restart=on-failure
-RestartSec=5s
-EnvironmentFile=-/etc/conf.d/promscale
-ExecStart=/usr/bin/promscale $PROMSCALE_ARGS
-ExecReload=/bin/kill -HUP $MAINPID
-
-NoNewPrivileges=true
-ProtectSystem=strict
-ProtectHome=true
-PrivateTmp=true
-PrivateDevices=true
-ProtectHostname=true
-ProtectClock=true
-ProtectKernelTunables=true
-ProtectKernelModules=true
-ProtectKernelLogs=true
-ProtectControlGroups=true
-RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
-RestrictNamespaces=true
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-RestrictSUIDSGID=true
-RemoveIPC=true
-CapabilityBoundingSet=
-AmbientCapabilities=
-PrivateUsers=true
-
-SystemCallFilter=@system-service
-SystemCallFilter=~@privileged @resources
-SystemCallArchitectures=native
-
-LimitNOFILE=1048576
-UMask=0077
-
-[Install]
-WantedBy=multi-user.target