Skip to content

Commit 4981393

Browse files
change the shebang and adds the usual description of the file
1 parent 5da8985 commit 4981393

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lgsm/functions/command_install_init.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
2+
# LinuxGSM command_install_init.sh function
3+
# Author: legendofmiracles
4+
# Website: https://linuxgsm.com
5+
# Description: Installs the service files for systemd in the correct place.
26
commandname="INITSYSTEM"
37
commandaction="systemd service file"
48
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

0 commit comments

Comments
 (0)