From a41cedb184ff940647107b637f05e313de8f9c77 Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Sun, 23 Nov 2025 12:40:16 +0100 Subject: [PATCH] Create onlyoffice-fix.service --- etc/systemd/system/onlyoffice-fix.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/systemd/system/onlyoffice-fix.service diff --git a/etc/systemd/system/onlyoffice-fix.service b/etc/systemd/system/onlyoffice-fix.service new file mode 100644 index 0000000..65d608b --- /dev/null +++ b/etc/systemd/system/onlyoffice-fix.service @@ -0,0 +1,7 @@ +[Unit] +Description=Auto-fix OnlyOffice for Nextcloud AIO +After=docker.service + +[Service] +Type=oneshot +ExecStart=/usr/local/sbin/onlyoffice-auto-fix.sh