mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
post_install() {
|
|
cat << EOF
|
|
To start and/or enable syncthing execute the following,
|
|
replacing 'user' with your username.
|
|
|
|
systemctl start syncthing@user
|
|
systemctl enable syncthing@user
|
|
EOF
|
|
}
|