Skip to content

Commit

Permalink
Move from syslog to journal
Browse files Browse the repository at this point in the history
  • Loading branch information
wg-daniel authored and nickstenning committed Oct 6, 2024
1 parent c62a1fa commit 2e82dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions honcho/export/templates/systemd/process.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment={{ k }}={{ v | shellquote }}
ExecStart={{ shell }} -lc '{{ process.cmd }}'
Restart=always
StandardInput=null
StandardOutput=syslog
StandardError=syslog
StandardOutput=journal
StandardError=journal
SyslogIdentifier=%n
KillMode=process
KillMode=process

0 comments on commit 2e82dea

Please sign in to comment.