summarylogtreecommitdiffstats
path: root/0xff.install
blob: 3efbb26e9a09529ef427f227eb627fd5bcd5346b (plain)
1
2
3
4
5
6
7
post_install() {
    echo "Please edit the secret by creating the file '/etc/systemd/system/0xff.service.d/secret.conf' with the following content:"
    echo ""
    echo "[Service]"
    echo "Environment=0XFF_SECRET=yoursecret"
    echo ""
}