summarylogtreecommitdiffstats
path: root/authentik-sysd.install
blob: 71f3bf665b4a83b225938242686700797228c056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

post_install() {
  cat << EOF
  authentik-sysd installed, run the following command to enable the service:
      sudo systemctl enable --now ak-sysd.service
  
  Note on headless systems ak-agent will not be started automatically.
  To do that manually, run the following command:
      systemctl --user enable --now ak-agent.service
  
EOF
}