mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
5 lines
120 B
Bash
5 lines
120 B
Bash
|
doas rm /etc/systemd/system/$1
|
||
|
doas cp -f $1 /etc/systemd/system/
|
||
|
doas systemctl daemon-reload
|
||
|
doas systemctl status $1
|