Add syncthing service and updates to fish for titan

This commit is contained in:
Colin Powell
2019-07-19 09:17:18 -04:00
parent 3a85264275
commit 0c61de372b
14 changed files with 69 additions and 170 deletions

View File

@ -0,0 +1,17 @@
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization
Documentation=man:syncthing(1)
[Service]
ExecStart=/usr/bin/syncthing -no-browser -no-restart -logflags=0
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4
# Hardening
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install]
WantedBy=default.target