progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

Remove syslog constructs from git-daemon unit file #1908

Open jake-gordon opened 8 months ago

jake-gordon commented 8 months ago

Changes

Context

The syslog output type for StandardOutput and StandardError in the git-daemon unit file is obsolete, along with the SyslogIdentifier option. Since StandardOutput=journal and StandardError=inherit are now the defaults we can leave them unspecified. Journal entries can be filtered with journalctl -u git-daemon so we don't need the SyslogIdentifier.

Licensing