Overview
| Comment: | pcdm, boinc default priority, restart targets |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d84f73e80aad02d5fb2b0a074541982e |
| User & Date: | arcade on 2023-02-19 07:45:59.275 |
| Original Comment: | pcdm |
| Other Links: | manifest | tags |
Context
|
2023-03-28
| ||
| 11:47 | wpa_supplicant service check-in: 2213c809d5 user: arcade tags: trunk | |
|
2023-02-19
| ||
| 07:45 | pcdm, boinc default priority, restart targets check-in: d84f73e80a user: arcade tags: trunk | |
| 07:45 | add moused check-in: 2e264cd6d0 user: arcade tags: trunk | |
Changes
Modified Makefile
from [b458798a0c]
to [7ada1edf35].
| ︙ | ︙ | |||
35 36 37 38 39 40 41 |
# Create service targets
.for service in ${SCRIPTS}
. include "${service}.service.mk"
# Service creation targets
. if !target(${service})
| | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# Create service targets
.for service in ${SCRIPTS}
. include "${service}.service.mk"
# Service creation targets
. if !target(${service})
${service}: ${SERVICE_EXIT} ${_SERVICE}
. endif
# Service status targets
. if !target(${service}_status)
${service}_status: ${_SERVICE_STATUS}
. endif
# Service exit targets
. if !target(${service}_exit)
${service}_exit: ${_SERVICE_EXIT} ${DAEMON_${service}_DEPS:S/$/_exit/}
|
| ︙ | ︙ |
Modified boinc_client.service.mk
from [74653bd8aa]
to [831da9cea1].
|
| | | 1 2 3 4 | DAEMON_boinc_client_COMMAND?=/usr/sbin/idprio 31 /usr/local/bin/boinc_client DAEMON_boinc_client_FLAGS?=--redirectio --dir /var/db/boinc DAEMON_boinc_client_BACKGROUND?=-daemon DAEMON_boinc_client_USER?=boinc |
Added pcdm.service.mk version [947d0bc79f].