Skip to content

Commit ff80e3f

Browse files
committed
Recommend --logtostdout in systemd installations
1 parent c21addc commit ff80e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Alternatively, open the file /etc/systemd/system/et.service in an editor and cor
297297

298298

299299
```
300-
ExecStart=/usr/local/bin/etserver --cfgfile=/etc/et.cfg
300+
ExecStart=/usr/local/bin/etserver --cfgfile=/etc/et.cfg --logtostdout
301301
```
302302

303303
Reload systemd configs:

systemctl/et.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=syslog.target network.target
55
[Service]
66
Type=simple
77
Restart=on-failure
8-
ExecStart=/usr/bin/etserver --cfgfile=/etc/et.cfg
8+
ExecStart=/usr/bin/etserver --cfgfile=/etc/et.cfg --logtostdout
99

1010
[Install]
1111
WantedBy=multi-user.target

0 commit comments

Comments
 (0)