]> git.ipfire.org Git - ipfire-3.x.git/blob - aiccu/systemd/aiccu@.service
aiccu: Add service file for systemd.
[ipfire-3.x.git] / aiccu / systemd / aiccu@.service
1 [Unit]
2 Description=AICCU (Automatic IPv6 Connectivity Configuration Utility) on %I
3
4 [Service]
5 ExecStartPre=/usr/lib/network/helpers/aiccu-config-helper create %I
6 ExecStart=/usr/sbin/aiccu start /run/network/%I/aiccu.conf
7 ExecStop=/usr/sbin/aiccu stop /run/network/%I/aiccu.conf
8 ExecStopPost=/usr/lib/network/helpers/aiccu-config-helper remove %I
9
10 UtmpIdentifier=%I
11
12 # WARNING: never run AICCU from DaemonTools or a similar automated
13 # 'restart' tool/script. When AICCU does not start, it has a reason
14 # not to start which it gives on either the stdout or in the (sys)log
15 # file. The TIC server *will* automatically disable accounts which
16 # are detected to run in this mode.
17 Restart=no