mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
10 lines
268 B
Desktop File
10 lines
268 B
Desktop File
[Unit]
|
|
Description=Wiretrustee Service
|
|
After=multi-user.target network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/wiretrustee up --config /etc/wiretrustee/config.json --log-level debug
|
|
[Install]
|
|
WantedBy=multi-user.target |