Merge pull request #65 from EzequielBruni/main

Created a service file for OpenRC (Alpine Linux/Gentoo)
This commit is contained in:
James Read 2022-10-26 09:28:20 +01:00 committed by GitHub
commit 8b9932f85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
openrc-OliveTin Normal file
View File

@ -0,0 +1,7 @@
#!/sbin/openrc-run
name=$RC_SVCNAME
description="OliveTin"
command="/usr/local/bin/OliveTin"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true