aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/goimapnotify/install.sh
blob: 312c51b3dab458d43fd4d384ae4a65b973e6bb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if ! command -v "goimapnotify" >/dev/null; then
	printf "%s: goimapnotify not found, skipping...\n" "$0"
	exit 0
fi

printf "%s: Installing services\n" "$0"

systemctl --user enable --now --no-block goimapnotify@gmail.service
systemctl --user enable --now --no-block goimapnotify@porkbun.service