mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
GENERIC START
This commit is contained in:
parent
52bbc39bb6
commit
23cee18750
1 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# GENERIC START
|
||||||
|
#=================================================
|
||||||
|
# IMPORT GENERIC HELPERS
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
source _common.sh
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
|
||||||
# Configurable variables
|
# Configurable variables
|
||||||
SYNCHOME="/home/yunohost.app/syncthing"
|
SYNCHOME="/home/yunohost.app/syncthing"
|
||||||
SYNCUSER=debian-syncthing
|
SYNCUSER=debian-syncthing
|
||||||
|
|
Loading…
Add table
Reference in a new issue