aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-03-27 10:16:16 -0700
committerRebecca Turner <rbt@sent.as>2024-03-29 22:57:40 -0700
commit2a98ba8b97c9ff52519633c32cf63716827d6e7c (patch)
tree7b64c40ad064183cc7bc7afc662890ea567f2136 /misc
parenta4f5bb951dbc6fa4ffa2bb56376b38f38b6e9154 (diff)
Add `pre-commit` checks
The big ones here are `trim-trailing-whitespace` and `end-of-file-fixer` (which makes sure that every file ends with exactly one newline character). Change-Id: Idca73b640883188f068f9903e013cf0d82aa1123
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/systemv/nix-daemon12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/systemv/nix-daemon b/misc/systemv/nix-daemon
index fea537167..3f2915632 100755
--- a/misc/systemv/nix-daemon
+++ b/misc/systemv/nix-daemon
@@ -3,20 +3,20 @@
# nix-daemon: Starts the nix package manager daemon
#
# chkconfig: 345 24 02
-# description: This is a daemon which enable the multi-user mode
+# description: This is a daemon which enable the multi-user mode
# of the nix package manager.
# processname: nix-daemon
# pidfile: /var/run/nix/nix-daemon.pid
### BEGIN INIT INFO
-# Required-Start:
-# Required-Stop:
-# Should-Start:
-# Should-Stop:
+# Required-Start:
+# Required-Stop:
+# Should-Start:
+# Should-Stop:
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
# Short-Description: Starts the nix daemon
-# Description: This is a daemon which enable the multi-user mode
+# Description: This is a daemon which enable the multi-user mode
# of the nix package manager.
### END INIT INFO