diff --git a/paste.openrc b/paste.openrc new file mode 100644 index 0000000..a335072 --- /dev/null +++ b/paste.openrc @@ -0,0 +1,6 @@ +#!/sbin/openrc-run + +command="/srv/pastebucket/target/release/pastebucket" +command_user="paste" +command_background="yes" +pidfile="/run/paste.pid"