13 lines
206 B
Desktop File
13 lines
206 B
Desktop File
[Unit]
|
|
Description=Bird-lgproxy
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/etc/birdlg/bird-lgproxy-go
|
|
WorkingDirectory=/etc/birdlg/
|
|
Restart=always
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |