Updated AFP File Sharing (mediawiki)

Daniel Markstedt 2022-02-27 13:40:33 -08:00
parent ace61b218b
commit 1c9fc18491

@ -162,12 +162,12 @@ Note: Compiling the Linux kernel directly on the Pi will take an hour or longer.
At this point, you should be able to run the Netatalk daemons on your Pi.
```
$ sudo systemctl start netatalk-atalkd.service
$ sudo systemctl start atalkd.service
```
Optional:
```
$ sudo systemctl start netatalk-papd.service netatalk-timelord.service netatalk-a2boot.service
$ sudo systemctl start papd.service timelord.service a2boot.service
```
<!--