1 2 3 4 5 6 7 8 9 10 11 12 13
post_install() { systemctl daemon-reload cat<<'EOL' run: systemctl start fake-background-webcam@0.service see: "/usr/share/doc/fake-background-webcam/readme.md" for more details EOL } post_upgrade() { post_install }