explicit flags

This commit is contained in:
fanyx 2023-04-27 16:49:54 +02:00
parent 67694ea05b
commit bf5b529e05
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
exec 2>&1 exec 2>&1
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing" exec /usr/bin/syncthing --logflags 0 --no-restart --home="$HOME/.config/syncthing"