mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
systemd: syslog.target is obsolete
After=syslog.target is unnecessary by now because syslog is socket-activated and will therefore be started when needed. Ref: https://lintian.debian.org/tags/systemd-service-file-refers-to-obsolete-target.html BUG: https://bugzilla.samba.org/show_bug.cgi?id=12402 Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
0abe16a534
commit
df68af9fa5
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Samba NMB Daemon
|
||||
Wants=network-online.target
|
||||
After=syslog.target network.target network-online.target
|
||||
After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Samba AD Daemon
|
||||
Wants=network-online.target
|
||||
After=syslog.target network.target network-online.target
|
||||
After=network.target network-online.target
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Samba SMB Daemon
|
||||
After=syslog.target network.target nmb.service winbind.service
|
||||
After=network.target nmb.service winbind.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Samba Winbind Daemon
|
||||
After=syslog.target network.target nmb.service
|
||||
After=network.target nmb.service
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
Loading…
x
Reference in New Issue
Block a user