redis: remove derelict systemd unit file
This commit is contained in:
parent
26bd5cca63
commit
96802644db
|
@ -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 New Issue