We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da8985 commit 4981393Copy full SHA for 4981393
lgsm/functions/command_install_init.sh
@@ -1,4 +1,8 @@
1
-#!/usr/bin/env bash
+#!/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.
6
commandname="INITSYSTEM"
7
commandaction="systemd service file"
8
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
0 commit comments