• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
1# This file is part of netatalk :NETATALK_VERSION:.
2
3# The method of using shell-script "netatalk.sh" is not suitable.
4# The future service files are due to start daemons directly.
5# See netatalk-xxx/distrib/systemd/ directory in tarball.
6
7[Unit]
8Description=File and Printer sharing for Macintosh clients
9After=syslog.target network.target slpd.service avahi-daemon.service
10
11[Service]
12Type=oneshot
13ExecStart=/bin/sh -c "exec :PKGLIBEXECDIR:/netatalk.sh"
14RemainAfterExit=yes
15
16[Install]
17WantedBy=multi-user.target
18