6 lines
77 B
Bash
6 lines
77 B
Bash
#!/bin/bash
|
|
|
|
sleep 10
|
|
sudo systemctl start syncthing@$HOST.service
|
|
syncthing
|