Set debug to xo:main only in production.

This commit is contained in:
Julien Fontanet 2015-05-28 14:57:04 +02:00
parent 682804b1ad
commit 40423a0547

View File

@ -5,6 +5,7 @@ Description= XO Server
After=network-online.target
[Service]
Environment="DEBUG=xo:main"
ExecStart=/usr/local/bin/xo-server
Restart=always
SyslogIdentifier=xo-server