Added more templates

This commit is contained in:
2022-05-29 13:08:52 +01:00
parent 2cdbf49058
commit 9467689a84
3 changed files with 33 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=syncthing
[Service]
User=syncthing
WorkingDirectory= /opt/syncthing/config
ExecStart= /opt/syncthing/bin/current/syncthing -no-browser -logflags=0 -gui-address=IP:PORT -home=/opt/syncthing/config/
Restart=always
[Install]
WantedBy=multi-user.target
# Install Location - /etc/systemd/system
# Reload The Service to find files - sudo systemctl daemon-reload