All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All New Login

All gists matching topic rcconf

Recently created
Least recently created
Recently updated
Least recently updated
Erreur32's Avatar

Erreur32 / rcconf_bash.sh

0 likes
0 forks
2 files
Last active 1 month ago
Alternative Bash Script Systemd rcconf
1 #!/usr/bin/env bash
2 set -euo pipefail
3
4 [ "$EUID" -ne 0 ] && { echo "Exécuter en root"; exit 1; }
5
6 export TERM="${TERM:-xterm-256color}"
7 export NCURSES_NO_UTF8_ACS=1
8
9 . /etc/os-release
10 OS_INFO="$NAME $VERSION_ID"
Newer Older

Powered by Opengist ⋅ Load: 14ms⋅

日本語
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文