nextcloud icon indicating copy to clipboard operation
nextcloud copied to clipboard

Unable to enable service redis

Open FlattusBlastus opened this issue 3 years ago • 3 comments

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

FlattusBlastus avatar Mar 13 '21 02:03 FlattusBlastus

Are you using the nextclod-reloaded branch?

ReinerNippes avatar Mar 14 '21 11:03 ReinerNippes

Yep


From: ReinerNippes @.> Sent: Sunday, March 14, 2021 4:29:25 AM To: ReinerNippes/nextcloud @.> Cc: FlattusBlastus @.>; Author @.> Subject: Re: [ReinerNippes/nextcloud] Unable to enable service redis (#112)

Are you using the nextclod-reloaded branch?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/ReinerNippes/nextcloud/issues/112#issuecomment-798890851, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASVVEUDHK3PLMGV47HQEUQ3TDSMZLANCNFSM4ZDJWUKA.

FlattusBlastus avatar Mar 14 '21 11:03 FlattusBlastus

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

ynott avatar Apr 26 '21 12:04 ynott