caddy-retired/systemd/install
2020-05-12 20:07:05 -07:00

5 lines
178 B
Bash
Executable file

#!/bin/bash
# makes link to this service file
DIR="$(dirname "$(readlink -f "$0")")"
sudo rm /etc/systemd/system/caddy.service
sudo ln -s $DIR/caddy.service /etc/systemd/system/