diff options
Diffstat (limited to 'community/redis/redis.service')
-rw-r--r-- | community/redis/redis.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/community/redis/redis.service b/community/redis/redis.service deleted file mode 100644 index bb364f749..000000000 --- a/community/redis/redis.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Advanced key-value store -After=network.target - -[Service] -Type=forking -User=redis -PIDFile=/run/redis/redis.pid -ExecStartPre=/bin/mkdir -p /var/lib/redis -ExecStart=/usr/bin/redis-server /etc/redis.conf -ExecStop=/usr/bin/redis-cli shutdown -Restart=always - -[Install] -WantedBy=multi-user.target |