From 5c6288c62d4a2a7f2e519758a6f851564a293b38 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Tue, 20 Jun 2023 17:52:28 -0300 Subject: Updated example init scripts Signed-off-by: Anna (navi) Figueiredo Gomes --- init.d/syncthing | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 init.d/syncthing (limited to 'init.d/syncthing') diff --git a/init.d/syncthing b/init.d/syncthing new file mode 100755 index 0000000..b77fb09 --- /dev/null +++ b/init.d/syncthing @@ -0,0 +1,8 @@ +#!/sbin/openrc-run +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +command=/usr/bin/syncthing +command_background="true" +pidfile=${XDG_RUNTIME_DIR:-${SVCDIR}}/emacs.pid +description="Syncthing" -- cgit v1.2.3