hostnamectl
v0.1.3
Published
Allows you to control hostname using the hostnamectl command easily and asynchronously
Downloads
2
Readme
hostnamectl
This simple node module allows you to control the hostname using the hostnamectl utility.
The commands are natively run using sudo, so either the script should be run as root or the user running the script should have sudo access to the systemctl command.
Requirements
- Archlinux or another OS which uses the hostnamectl command
Usage
Coming soon