summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/redis/redis-7.2.5/redis.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/redis/redis-7.2.5/redis.service')
-rw-r--r--meta-oe/recipes-extended/redis/redis-7.2.5/redis.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/redis.service b/meta-oe/recipes-extended/redis/redis-7.2.5/redis.service
deleted file mode 100644
index b7791d0df4..0000000000
--- a/meta-oe/recipes-extended/redis/redis-7.2.5/redis.service
+++ /dev/null
@@ -1,17 +0,0 @@
1[Unit]
2Description=Redis In-Memory Data Store
3After=network.target
4
5[Service]
6User=redis
7Group=redis
8ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
9ExecStop=/usr/bin/redis-cli shutdown
10Restart=always
11LimitNOFILE=10032
12Type=notify
13StateDirectory=redis
14
15[Install]
16WantedBy=multi-user.target
17