Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions distrib/initscripts/a2boot.service.tmpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# This is experimental service file.
# See distrib/systemd/README
# This file is part of Netatalk :NETATALK_VERSION:.

[Unit]
Description=Apple II boot daemon
After=syslog.target network.target atalkd.service
After=network-online.target atalkd.service
Requires=atalkd.service

[Service]
Expand Down
2 changes: 1 addition & 1 deletion distrib/initscripts/afpd.service.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Unit]
Description=Netatalk AFP fileserver for Macintosh clients
After=syslog.target network.target slpd.service avahi-daemon.service cnid.service atalkd.service
After=network-online.target slpd.service avahi-daemon.service cnid.service atalkd.service
Requires=cnid.service

[Service]
Expand Down
2 changes: 1 addition & 1 deletion distrib/initscripts/atalkd.service.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Unit]
Description=Netatalk AppleTalk daemon
After=syslog.target network.target
After=network-online.target

[Service]
Type=forking
Expand Down
2 changes: 1 addition & 1 deletion distrib/initscripts/cnid.service.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Unit]
Description=Netatalk CNID database daemon for AFP fileserver
After=syslog.target network.target
After=network-online.target
Before=afpd.service
Requires=afpd.service

Expand Down
2 changes: 1 addition & 1 deletion distrib/initscripts/papd.service.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Unit]
Description=AppleTalk PAP printer server daemon
After=syslog.target network.target atalkd.service
After=network-online.target atalkd.service
Requires=atalkd.service

[Service]
Expand Down
2 changes: 1 addition & 1 deletion distrib/initscripts/timelord.service.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Unit]
Description=AppleTalk Timelord time server daemon
After=syslog.target network.target atalkd.service
After=network-online.target atalkd.service
Requires=atalkd.service

[Service]
Expand Down