Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to enable service redis #112

Open
FlattusBlastus opened this issue Mar 13, 2021 · 3 comments
Open

Unable to enable service redis #112

FlattusBlastus opened this issue Mar 13, 2021 · 3 comments

Comments

@FlattusBlastus
Copy link

Latest Ubuntu 20.10 server fresh install. Followed directions.
Unable to enable service redis: Failed to enable unit: Refusing to operate on alias name or linked unit file: redis.service

@ReinerNippes
Copy link
Owner

Are you using the nextclod-reloaded branch?

@FlattusBlastus
Copy link
Author

FlattusBlastus commented Mar 14, 2021 via email

@ynott
Copy link

ynott commented Apr 26, 2021

nextcloud-reloaded.
It's the same for me.

It will be need to fix below.

 - name: start and enable redis
   systemd:
-    name:    redis    
+    name:    redis-server.service
     state:   started
     enabled: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants