This website requires JavaScript.
Explore
Help
Sign In
kebler.net
/
caddy-retired
Watch
1
Star
0
Fork
You've already forked caddy-retired
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
31cdada20c
caddy-retired
/
systemd
/
persist
4 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
first commit
2020-05-12 14:51:19 -07:00
#!/bin/bash
switched to systemd template file to use with any conf file in /conf with default being caddy.conf file Added trantor.conf file
2020-05-18 07:17:55 -07:00
CONF=${1:-caddy}
sudo systemctl enable caddy@$CONF