From ba84cc034c956d59ab6be3ccc77ce7c0473967d6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 29 Aug 2019 15:23:28 +0100 Subject: [PATCH] Tidying --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 99311a2d..026e2355 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,13 @@ Edit */etc/systemd/system/epicyon.service* and add the following: Description=epicyon After=syslog.target After=network.target -Documentation=$EPICYON_REPO"; [Service] Type=simple User=epicyon Group=epicyon WorkingDirectory=/etc/epicyon -ExecStart=/usr/bin/python3 /etc/epicyon/epicyon.py --port 443 --proxy 7156 --domain YOUR_DOMAIN --registration open --debug"; +ExecStart=/usr/bin/python3 /etc/epicyon/epicyon.py --port 443 --proxy 7156 --domain YOUR_DOMAIN --registration open --debug" Environment=USER=epicyon Restart=always StandardError=syslog