6 lines
146 B
Bash
Executable file
6 lines
146 B
Bash
Executable file
#! /usr/bin/sh
|
|
|
|
sudo usermod --append --groups docker ${USER}
|
|
|
|
systemctl --user enable syncthing.service
|
|
systemctl --user start syncthing.service
|