Skip to content

Commit

Permalink
systemd: Add documentation to Unit files
Browse files Browse the repository at this point in the history
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12402

Signed-off-by: Mathieu Parent <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
Reviewed-by: Alexander Bokovoy <[email protected]>
  • Loading branch information
sathieu authored and cryptomilk committed Jan 14, 2018
1 parent df68af9 commit a653b62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ctdb/config/ctdb.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=CTDB
Documentation=man:ctdbd(1) man:ctdb(7)
After=network-online.target time-sync.target

[Service]
Expand Down
1 change: 1 addition & 0 deletions packaging/systemd/nmb.service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Samba NMB Daemon
Documentation=man:nmbd(8) man:samba(7) man:smb.conf(5)
Wants=network-online.target
After=network.target network-online.target

Expand Down
1 change: 1 addition & 0 deletions packaging/systemd/samba.service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Samba AD Daemon
Documentation=man:samba(8) man:samba(7) man:smb.conf(5)
Wants=network-online.target
After=network.target network-online.target

Expand Down
1 change: 1 addition & 0 deletions packaging/systemd/smb.service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Samba SMB Daemon
Documentation=man:smbd(8) man:samba(7) man:smb.conf(5)
After=network.target nmb.service winbind.service

[Service]
Expand Down
1 change: 1 addition & 0 deletions packaging/systemd/winbind.service.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Samba Winbind Daemon
Documentation=man:winbindd(8) man:samba(7) man:smb.conf(5)
After=network.target nmb.service

[Service]
Expand Down

0 comments on commit a653b62

Please sign in to comment.