12 lines
164 B
Desktop File
12 lines
164 B
Desktop File
[Unit]
|
|
Description=Lasso client
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=1
|
|
ExecStart=lasso client
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |