summarylogtreecommitdiffstats
path: root/a2boot.service
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2020-07-30 10:17:29 +1000
committerJohn-Michael Mulesa2020-07-30 10:17:29 +1000
commitfb3a6b4bbac4c36b2deb7c659246f76cb1627c83 (patch)
tree609ea554412391894f233abdeb42761911973914 /a2boot.service
parent97f7ed2db083256637037252c56307169b24ea5d (diff)
downloadaur-fb3a6b4bbac4c36b2deb7c659246f76cb1627c83.tar.gz
Add systemd unit files.
Diffstat (limited to 'a2boot.service')
-rw-r--r--a2boot.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/a2boot.service b/a2boot.service
new file mode 100644
index 000000000000..ae81b0ffc081
--- /dev/null
+++ b/a2boot.service
@@ -0,0 +1,17 @@
+# This is experimental service file.
+# See distrib/systemd/README
+
+[Unit]
+Description=Netatalk a2boot service for Macintosh clients
+After=syslog.target network.target slpd.service avahi-daemon.service atalk.service
+Requires=atalk.service
+
+[Service]
+Type=forking
+GuessMainPID=no
+ExecStart=/usr/sbin/a2boot
+Restart=always
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target