mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
correct synchting to syncthing on sudo yunohost service add
This commit is contained in:
parent
100472753b
commit
657439f8bb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ sudo chmod 750 $syncHome/bin/syncthing
|
|||
sudo cp ../conf/syncthing /etc/init.d/syncthing
|
||||
sudo chmod 0755 /etc/init.d/syncthing
|
||||
sudo update-rc.d syncthing defaults
|
||||
sudo yunohost service add synchting
|
||||
sudo yunohost service add syncthing
|
||||
sudo service syncthing start
|
||||
|
||||
# Configure logrotate if present
|
||||
|
|
Loading…
Add table
Reference in a new issue