-
@mwanner The original `/usr/lib/courier/imapd` script has the sourcing order:
```
. /etc/courier/imapd-ssl
. /etc/courier/imapd
```
but SysVinit scripts:
```
imapd
imapd-ssl
```
Plea…
-
Since sysvinit isn't good enough, we're using runit to manage all services. For that to work, we'll need to package runit scripts for popular services.
jyio updated
12 years ago
-
Во время сборки системы со следующей конфигурацией:
- SysVInit;
- CDS;
- LX4U 2.0;
Ошибок во время сборки пакетов нет. Однако, система отказывается загружаться дальше ядра. После него, как пра…
-
Currently, the autobuild daemon runs via a systemd "socket."
The socket lives as a file in `/var/run`. When a process writes to the socket, systemd launches the autobuild daemon and routes stdin/st…
rail5 updated
1 month ago
-
New proof of `Void` thanks to @sysvinit
```idris
%default total
data Bottom : Type -- where -- note that we don't even need the `where`!
boom : Not Bottom
boom arg impossible
data Bot…
-
### Describe the bug
There appears to be a race in the ddclient.service startup code, causing it to fail _sometimes_ (very seldomly):
```
Oct 22 04:56:06 systemd[1]: Starting Dynamic DNS Client..…
-
So that the config doesn't have to be duplicated in capistrano and in the sysvinit file. Could possibly remove it from nginx too?
-
**Description:**
I found out [here](https://github.com/matrix-org/synapse/issues/4789#issuecomment-469097511) that Synapse doesn't support other init systems then systemd after unsuccessfully tryin…
-
Major components of task:
- [x] update install script
- [ ] dependency hell, old fbthrift required for baseplate and the activity service is brutal
- [x] find an alternative for upstart events: r…
-
The following error is spat out:
```
Running npm....
Starting node-foo
/var/lib/dpkg/info/foo.postinst: 14: /var/lib/dpkg/info/foo.postinst: start: not found
dpkg: error processing foo (--install):
…