services: redis: Add 'configuration' action.
* gnu/services/databases.scm (redis-shepherd-service): Add 'actions' field.
This commit is contained in:
parent
97f91aa4ac
commit
0ac2ada05a
@ -755,6 +755,7 @@ port=" (number->string port) "
|
||||
(provision '(redis))
|
||||
(documentation "Run the Redis daemon.")
|
||||
(requirement '(user-processes syslogd))
|
||||
(actions (list (shepherd-configuration-action config-file)))
|
||||
(start #~(make-forkexec-constructor
|
||||
'(#$(file-append redis "/bin/redis-server")
|
||||
#$config-file)
|
||||
|
Loading…
Reference in New Issue
Block a user