diff options
author | binary <me@rgoncalves.se> | 2020-11-08 20:56:48 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-08 20:56:48 +0100 |
commit | 0490ca78425993c4ab61ec2f8d6d428bc3843b2c (patch) | |
tree | b2aeb8e5a8e085e5ab20c15751e60fe426d4fc7f /roles/setup_syncthing/templates | |
parent | e15d9acbd07c1ecb6e6c6b24f547b60f7d92ebaf (diff) | |
download | infrastructure-0490ca78425993c4ab61ec2f8d6d428bc3843b2c.tar.gz |
Remove deprecated roles
Diffstat (limited to 'roles/setup_syncthing/templates')
-rw-r--r-- | roles/setup_syncthing/templates/syncthing.service | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/roles/setup_syncthing/templates/syncthing.service b/roles/setup_syncthing/templates/syncthing.service deleted file mode 100644 index e6d5485..0000000 --- a/roles/setup_syncthing/templates/syncthing.service +++ /dev/null @@ -1,28 +0,0 @@ - -# =========================================================================== # -# _ __ __ __ _ -# __ ______ (_) /_ _______ ______ _____/ /_/ /_ (_)___ ____ _ -# / / / / __ \/ / __/ / ___/ / / / __ \/ ___/ __/ __ \/ / __ \/ __ `/ -# / /_/ / / / / / /__ (__ ) /_/ / / / / /__/ /_/ / / / / / / / /_/ / -# \__,_/_/ /_/_/\__(_) /____/\__, /_/ /_/\___/\__/_/ /_/_/_/ /_/\__, / -# /____/ /____/ -# -# =========================================================================== # - -[Unit] -Description=Synchronization service for files - -[Service] -Type=simple -User={{ syncthing_user }} -Group={{ syncthing_group }} -WorkingDirectory={{ syncthing_files_directory }} -ExecStart={{ syncthing_bin_directory }}/syncthing -ExecStop=/bin/kill -s HUP $MAINPID -RuntimeDirectoryMode=0700 - -Restart=on-failure -RestartSec=60s - -[Install] -WantedBy=default.target |