Skip to content

Commit

Permalink
pc0: Add stop to container-guix-sway-autostart.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 7, 2024
1 parent c9f0ded commit 79271f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotfiles/guixsd/pc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ cgroup_device_acl = [
(requirement '())
(start #~(make-forkexec-constructor
(list #$container-guix-sway-autostart-program)))
(respawn? #f)))))
(respawn? #f)
(stop #~(make-kill-destructor))))))
(modify-services
(filter (lambda (service)
(let ((value (service-value service)))
Expand Down

0 comments on commit 79271f1

Please sign in to comment.