jeffsf / pyDE1

Controller for the Decent Espresso DE1
GNU General Public License v3.0
77 stars 16 forks source link

systemd .service definitions use deprecated option #14

Closed a112358132134 closed 2 years ago

a112358132134 commented 2 years ago

I understand since systemd version 246 the StandardOutput=syslog option is deprecated, and should officially now be StandardOutput=journal. Given the included installation options are for Debian Buster, this wouldn't be obvious as it runs an older version that doesn't report the error:

Jan 10 17:55:43 de1server systemd[1]: /etc/systemd/system/pyde1.service:29: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the [clipped here]

Clearly not urgent or serious, as systemd assumes the above conversion anyway.

Details of the change: https://github.com/systemd/systemd/blob/6706384a89ae0c462e7172588c80667190c4d9e2/NEWS#L724