From f4e6414d07824b3a6e782ee82e752b2af64b769c Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 27 Sep 2021 09:55:05 +0200 Subject: [PATCH] remove syslog target --- docs/ocis/deployment/systemd.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ocis/deployment/systemd.md b/docs/ocis/deployment/systemd.md index 32ce12fe40..716e690efa 100644 --- a/docs/ocis/deployment/systemd.md +++ b/docs/ocis/deployment/systemd.md @@ -1,6 +1,6 @@ --- title: "Systemd service" -date: 2020-02-27T20:35:00+01:00 +date: 2020-09-27T06:00:00+01:00 weight: 16 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/ocis/deployment @@ -23,7 +23,6 @@ Create the Systemd service definition for oCIS in the file `/etc/systemd/system/ ``` [Unit] Description=OCIS server -After=syslog.target [Service] Type=simple