[PR #693] [CLOSED] docs: use service instead of systemctl in the examples #898

Closed
opened 2025-12-29 01:29:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/693
Author: @mapreri
Created: 12/1/2019
Status: Closed

Base: masterHead: agnostic-init-doc


📝 Commits (1)

  • c07b259 docs: use service instead of systemctl in the examples

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/examples/hook.sh (+2 -2)

📄 Description

systemctl is specific to systemd, whereas service is a init system
agnostic command, that can run in all OSes I know about.

I've been asked to do it in this Debian bug


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/693 **Author:** [@mapreri](https://github.com/mapreri) **Created:** 12/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `agnostic-init-doc` --- ### 📝 Commits (1) - [`c07b259`](https://github.com/dehydrated-io/dehydrated/commit/c07b2596ad282b9160b31511f6e43594955e64bd) docs: use `service` instead of `systemctl` in the examples ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/examples/hook.sh` (+2 -2) </details> ### 📄 Description `systemctl` is specific to systemd, whereas `service` is a init system agnostic command, that can run in all OSes I know about. I've been asked to do it [in this Debian bug](https://bugs.debian.org/945908) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:54 +01:00
adam closed this issue 2025-12-29 01:29:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#898