redis: remove systemd service.
This commit is contained in:
parent
ae7bab4482
commit
ea880362c8
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Advanced key-value store
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
User=redis
|
|
||||||
PIDFile=/run/redis/redis.pid
|
|
||||||
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
|
|
||||||
Restart=always
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in a new issue