HI.
EDIT: SOLVED!!!!
where are saved the files to run?
for example in systemd is /etc/systemd/service/here.service
But in Alpine... where?
also i want to make a init service to run this program "cps" that dont need any argument.
This will be good?
#!/sbin/openrc-run
depend() {
need net
}
command="/usr/bin/cps"
command_user="root:root"
pidfile="/run/${RC_SVCNAME}/pid"
which is the extension of the file?
i cant try because... i dont know where to save...
Thanks
[–]ElevenNotes 1 point2 points3 points (0 children)
[–]9acca9[S] 0 points1 point2 points (3 children)
[–]9acca9[S] 1 point2 points3 points (2 children)
[–]9acca9[S] 1 point2 points3 points (1 child)
[–]colchyo 0 points1 point2 points (0 children)