aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-06-23 16:14:18 +0200
committerÓscar Nájera <hi@oscarnajera.com>2022-06-23 16:14:18 +0200
commit62778da275c8b069921eed724c6a71faed044f8e (patch)
tree7dc60bca8b81f789f34d599fc116d5b0a67ef908
parent831e0684f09f34b83190512b57576912a4fa4b71 (diff)
downloaddotfiles-62778da275c8b069921eed724c6a71faed044f8e.tar.gz
dotfiles-62778da275c8b069921eed724c6a71faed044f8e.tar.bz2
dotfiles-62778da275c8b069921eed724c6a71faed044f8e.zip
shepherd restart
-rw-r--r--elisp/shepherd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/shepherd.el b/elisp/shepherd.el
index 4ba5ed0..6cf2e1b 100644
--- a/elisp/shepherd.el
+++ b/elisp/shepherd.el
@@ -61,7 +61,7 @@
(message
(string-trim
(shepherd-command ,name service)))))))
- '(status start stop)))))
+ '(status start stop restart)))))
(provide 'shepherd)
;;; shepherd.el ends here