mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
8af0040607
commit
ba84cc034c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue