ff4039db4b
tinc (1.1~pre11-1) experimental; urgency=medium * New upstream release. * Update NEWS.Debian to reflect that tincctl has been renamed to tinc. Closes: #729889 * Warn about incompatibility with previous 1.1preX releases, and that new Ed25519 keys should be generated. * Add native systemd service files. * Automatically convert networks listed in nets.boot to systemd service instances on upgrade. * Don't restart tinc on upgrade for now.
16 lines
326 B
Desktop File
16 lines
326 B
Desktop File
# This is a mostly empty service, but allows commands like stop, start, reload
|
|
# to propagate to all tinc@ service instances.
|
|
|
|
[Unit]
|
|
Description=Tinc VPN
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/true
|
|
ExecReload=/bin/true
|
|
WorkingDirectory=/etc/tinc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|