12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
[Unit]
|
|
Description=A client for Defined Networking compatible overlay networks (instance %i)
|
|
Wants=basic.target network-online.target
|
|
After=basic.target network.target network-online.target
|
|
|
|
[Service]
|
|
SyslogIdentifier=tfclient-%i
|
|
ExecStart=/usr/bin/tfclient run --server https://api.defined.net --name %i
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |