Initial Commit
This commit is contained in:
12
client.service
Normal file
12
client.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Lasso client
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
ExecStart=lasso client
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user