mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
services: earlyoom: Move 'user-processes' to 'requirements'.
Fixes a regression introduced in
9c34b793c1
.
* gnu/services/linux.scm (earlyoom-shepherd-service): Move
'user-processes' to 'requirements'.
Reported-by: Attila Lendvai <attila@lendvai.name>
This commit is contained in:
parent
6d13afcd7a
commit
69d8d0a719
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ (define (earlyoom-configuration->command-line-args config)
|
|||
(define (earlyoom-shepherd-service config)
|
||||
(shepherd-service
|
||||
(documentation "Run the Early OOM daemon.")
|
||||
(provision '(earlyoom user-processes))
|
||||
(provision '(earlyoom))
|
||||
(requirement '(user-processes))
|
||||
(start #~(make-forkexec-constructor
|
||||
'#$(earlyoom-configuration->command-line-args config)
|
||||
#:log-file "/var/log/earlyoom.log"))
|
||||
|
|
Loading…
Reference in a new issue