You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
283 B
13 lines
283 B
[Unit]
|
|
Description=Redis Service Target
|
|
Documentation=man:systemd.target(5)
|
|
Requires=redis-server.service
|
|
After=redis-server.service
|
|
|
|
AllowIsolate=yes
|
|
|
|
# Only start if Redis has been configured
|
|
ConditionPathExists=/etc/quadlets/redis/redis.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|