diff options
Diffstat (limited to 'net-im/dendrite/files/dendrite.init')
-rw-r--r-- | net-im/dendrite/files/dendrite.init | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/dendrite/files/dendrite.init b/net-im/dendrite/files/dendrite.init new file mode 100644 index 0000000..a492747 --- /dev/null +++ b/net-im/dendrite/files/dendrite.init @@ -0,0 +1,15 @@ +#!/sbin/openrc-run +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +name="Dendrite" +description="" +command=/usr/bin/dendrite +command_args="${dendrite_args}" +command_background="true" +command_user="${dendrite_user}:${dendrite_group}" +pidfile="/run/${RC_SVCNAME}.pid" + +depend() { + need net +} |