This commit is contained in:
Minecon724 2023-11-05 18:02:25 +01:00
parent 12e7b5a250
commit 5648cf2f7d
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ cp -n rclone.conf /root/.config/rclone/rclone.conf
cp nman.service /etc/systemd/system/
cp nman.timer /etc/systemd/system/
cp mnt-files.mount /etc/systemd/system/
cp var-www-html.mount /etc/systemd/system/
cp nman /etc/default/
cp nman.py /opt/
cp nman.sh /opt/
@ -36,6 +37,8 @@ mkdir /etc/nginx
mkdir -p /var/www/html
mkdir -p /opt/cache/var-www-html
ln -s /usr/bin/rclone /sbin/mount.rclone
systemctl daemon-reload
systemctl enable --now mnt-files.mount