X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8e5dc4ce77a2956daa1f92aad4e9560e25b87fba..1d40f3dc6bb6ed84599e0cb94a500cf5f4827894:/mkosi/jellyfin/mkosi.postinst?ds=sidebyside diff --git a/mkosi/jellyfin/mkosi.postinst b/mkosi/jellyfin/mkosi.postinst new file mode 100755 index 0000000..6d151b6 --- /dev/null +++ b/mkosi/jellyfin/mkosi.postinst @@ -0,0 +1,9 @@ +#!/bin/bash + +# skip if in build mode +if [[ "x$1" = "xbuild" ]]; then + exit +fi + +passwd -d root +systemctl enable jellyfin.service