Check the return values from BN_hex2bn() and RAND_load_file().
[oweals/tinc.git] / systemd / tinc.service.in
1 # This is a mostly empty service, but allows commands like stop, start, reload
2 # to propagate to all tinc@ service instances.
3
4 [Unit]
5 Description=Tinc VPN
6 Documentation=info:tinc
7 Documentation=man:tinc(8) man:tinc.conf(5)
8 Documentation=http://tinc-vpn.org/docs/
9 After=network.target
10 Wants=network.target
11
12 [Service]
13 Type=oneshot
14 RemainAfterExit=yes
15 ExecStart=/bin/true
16 ExecReload=/bin/true
17 WorkingDirectory=@sysconfdir@/tinc
18
19 [Install]
20 WantedBy=multi-user.target