]> arthur.barton.de Git - netatalk.git/blob - distrib/systemd/README
experimental systemd service files: always run both afpd and cnid_metad
[netatalk.git] / distrib / systemd / README
1 The service file of the current Netatalk is not appropriate because it use
2 a shell-script "netatalk.sh".
3
4 Two experimental files are for future netatalk 3.0.
5
6     netatalk.service
7     netatalk-cnid.service
8
9 You can control starting/stopping by netatalk.service only
10 because netatalk-cnid.service is controlled automatically.
11
12     # systemctl enable|disable netatalk.service
13     # systemctl start|stop|restart netatalk.service
14
15 These files start daemons directly and do not read "netatalk.conf".
16 Therefore, you need to edit files for setting options.
17
18     ATALK_NAME:       set in afpd.conf instead
19     AFPD_MAX_CLIENTS: set in netatalk.service by using -c
20     AFPD_UAMLIST:     set in afpd.conf instead
21     AFPD_GUEST:       set in afpd.conf instead
22     CNID_CONFIG:      set in netatalk-cnid.service by using -l and -f options
23
24 There are no service files for atalkd, papd, timelord and a2boot
25 because AppleTalk feature is due to be abolished in netatalk 3.0.