aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-09-24 18:27:40 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-09-24 18:27:40 +0200
commit02da0a0ad8095b190e457a1efea959b3a9779d67 (patch)
treed134b55b2e33d66189dd03f855c9fe8a5a2aadba
parent75999697207159b45f5f10409edb6d44d0131458 (diff)
downloaddotfiles-02da0a0ad8095b190e457a1efea959b3a9779d67.tar.gz
dotfiles-02da0a0ad8095b190e457a1efea959b3a9779d67.tar.bz2
dotfiles-02da0a0ad8095b190e457a1efea959b3a9779d67.zip
shepherd enable service
-rw-r--r--elisp/shepherd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/shepherd.el b/elisp/shepherd.el
index 22acbb1..3899b92 100644
--- a/elisp/shepherd.el
+++ b/elisp/shepherd.el
@@ -63,7 +63,7 @@
`(,name .
(lambda (service)
(message (shepherd-command ,name service))))))
- '(status start stop restart)))))
+ '(status start stop restart enable)))))
(provide 'shepherd)
;;; shepherd.el ends here