summarylogtreecommitdiffstats
path: root/cockroach.service
diff options
context:
space:
mode:
Diffstat (limited to 'cockroach.service')
-rw-r--r--cockroach.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/cockroach.service b/cockroach.service
deleted file mode 100644
index e4bde93d4034..000000000000
--- a/cockroach.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=CockroachDB database server
-Requires=network-online.target
-After=network-online.target
-
-[Service]
-User=cockroach
-Group=cockroach
-
-EnvironmentFile=-/etc/default/cockroach
-ExecStart=/usr/bin/cockroach start --certs-dir /etc/cockroach --store=${COCKROACH_STORE} $COCKROACH_FLAGS
-LimitNOFILE=35000
-
-ProtectHome=true
-ProtectSystem=full
-NoNewPrivileges=true
-
-[Install]
-WantedBy=multi-user.target