Server root config

This commit is contained in:
2019-08-20 15:06:24 +00:00
parent 5a2794b643
commit 92aa2bd6f5
8 changed files with 37 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
function enable-site
ln -s (pwd)/$argv[1] ../sites-enabled
end

View File

@@ -0,0 +1,4 @@
function systemctl-restart
sudo systemctl restart $argv[1]
and sudo systemctl status $argv[1]
end