Skip to content

Commit

Permalink
replace debian sample systemd service file by readme
Browse files Browse the repository at this point in the history
The sample service file is as of 2023-10-23 no longer provided by
the rsyslog project because service settings strongly depend on
distribution policies.

For Debian, the distro current version can be found at

https://salsa.debian.org/debian/rsyslog/-/blob/debian/master/debian/rsyslog.service

Note: We provided a sample service files in the early days of systemd,
when almost nobody was using systemd. That made sense because it eased
transition for those trying out systemd. Now that systemd is mainstream,
there is no real need any longer for a sample.
  • Loading branch information
rgerhards committed Oct 23, 2023
1 parent ce188e0 commit 49a7448
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 35 deletions.
35 changes: 0 additions & 35 deletions platform/debian/rsyslog.service

This file was deleted.

12 changes: 12 additions & 0 deletions platform/debian/rsyslog.service.README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
The sample service file is as of 2023-10-23 no longer provided by
the rsyslog project because service settings strongly depend on
distribution policies.

For Debian, the distro current version can be found at

https://salsa.debian.org/debian/rsyslog/-/blob/debian/master/debian/rsyslog.service

Note: We provided a sample service files in the early days of systemd,
when almost nobody was using systemd. That made sense because it eased
transition for those trying out systemd. Now that systemd is mainstream,
there is no real need any longer for a sample.

0 comments on commit 49a7448

Please sign in to comment.