blob: 50e19439038cf81569d68bf5411c5561d1da81de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: CC0-1.0
#
# Copyright 2019 Hristo Venev
[Unit]
Description=WireGuard runtime state for %i
[Service]
Type=oneshot
ExecStart=/bin/true
RemainAfterExit=true
RuntimeDirectory=wgconfd/%i
RuntimeDirectoryMode=0700
RuntimeDirectoryPreserve=no
|