Skip to content

Commit

Permalink
Update to 'journal+console' in service config as 'syslog+console' is …
Browse files Browse the repository at this point in the history
…obsolete
  • Loading branch information
wworrall committed Apr 6, 2023
1 parent 46045f5 commit ccdd24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Restart=always
RestartSec=1
User=ubuntu
ExecStart=hook-cmd /path/to/hookCmdConfig.json
StandardOutput=syslog+console
StandardError=syslog+console
StandardOutput=journal+console
StandardError=journal+console
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit ccdd24a

Please sign in to comment.