blob: 990e07bd197508ba687313b07e9fe91c22909a6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=SSL tunnel for network daemons (multi-instance-master)
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
[Install]
WantedBy=multi-user.target
|