mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
app-admin/himitsu: OpenRC user-service support
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
3
app-admin/himitsu/files/himitsud.initd
Normal file
3
app-admin/himitsu/files/himitsud.initd
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/sbin/openrc-run
|
||||
supervisor=supervise-daemon
|
||||
command=himitsud
|
||||
@@ -38,3 +38,10 @@ src_configure() {
|
||||
|
||||
tc-export CC AR AS LD
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
exeinto /etc/user/init.d
|
||||
newexe "${FILESDIR}/himitsud.initd" himitsud
|
||||
}
|
||||
@@ -38,3 +38,10 @@ src_configure() {
|
||||
|
||||
tc-export CC AR AS LD
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
exeinto /etc/user/init.d
|
||||
newexe "${FILESDIR}/himitsud.initd" himitsud
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user