
If I reboot my HDA it does't start. I've been searching through some scripts but I can't find out how timemachine starts. I'm considering to try uninstall/install "timemachine" and hope it will work

From the terminal line after reboot of HDA with status, start and status of netatalk:
[root@home ~]# systemctl status netatalk
● netatalk.service - File and Printer sharing for Macintosh clients
Loaded: loaded (/usr/lib/systemd/system/netatalk.service; disabled)
Active: inactive (dead)
[root@home ~]# systemctl start netatalk
[root@home ~]# systemctl status netatalk
● netatalk.service - File and Printer sharing for Macintosh clients
Loaded: loaded (/usr/lib/systemd/system/netatalk.service; disabled)
Active: active (exited) since Tue 2016-07-12 11:01:27 CEST; 3s ago
Process: 1555 ExecStart=/bin/sh -c exec /usr/libexec/netatalk/netatalk.sh (code=exited, status=0/SUCCESS)
Main PID: 1555 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/netatalk.service
├─1561 /usr/sbin/cnid_metad -l log_note
└─1564 /usr/sbin/afpd -U uams_dhx.so,uams_dhx2.so -g nobody -c 20 ...
[root@home ~]#
Any idea to solution?