forked from cohabit/server_config
refactor: simplify systemctl start command
This commit is contained in:
parent
d176825393
commit
764974bd6e
|
@ -8,4 +8,4 @@ cp ./caddy/systemd/caddy.service /etc/systemd/system
|
||||||
# Start caddy
|
# Start caddy
|
||||||
systemctl deamon-reload
|
systemctl deamon-reload
|
||||||
systemctl enable caddy
|
systemctl enable caddy
|
||||||
systemctl start caddy.service
|
systemctl start caddy
|
||||||
|
|
Loading…
Reference in a new issue