summaryrefslogtreecommitdiff
path: root/test1
Commit message (Collapse)AuthorAge
* exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering2010-08-31
| | | | | | This replaces OOMAdjust= by OOMScoreAdjust= in the config files, breaking compatibility with older unit files. However, this keeps compat with older kernels which lack the new OOM rework.
* service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering2010-08-13
| | | | | | | | | | lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one".
* cgroup: add cgroupsificationLennart Poettering2010-03-31
|
* test1: add service for testing priv droppingLennart Poettering2010-02-14
|
* test1: drop invalid capability settingsLennart Poettering2010-02-14
|
* manager: properly return newly created job in ↵Lennart Poettering2010-02-12
| | | | transaction_add_job_and_dependencies()
* socket: allow configuration of socket/directory modeLennart Poettering2010-02-12
|
* synchronize logger socket with what we use in the codeLennart Poettering2010-02-01
|
* greatly extend what we enforce as process propertiesLennart Poettering2010-01-30
|
* Use @ instead = as abstract namespace socket prefixLennart Poettering2010-01-28
| | | | | | | | | @ makes more sense since the NUL addr contained in the sockaddr's sun_path field can also be written as ^@. Also, in the .socket files writing "ListenStream==foo" is kinda ugly. Finally, tools like strace decode it with an @ too.
* the systemd logger only matters in the abstract namespaceLennart Poettering2010-01-28
|
* implement proper logging for servicesLennart Poettering2010-01-28
|
* implement trivial socket activated logger daemonLennart Poettering2010-01-27
|
* extend examples a bitLennart Poettering2010-01-27
|
* yay, we can start socket unitsLennart Poettering2010-01-27
|
* add some test script outputLennart Poettering2010-01-27
|
* implement drop-in directoriesLennart Poettering2010-01-27
|
* rename milestone to targetLennart Poettering2010-01-26
|
* various cleanupsLennart Poettering2010-01-26
|
* implement proper binding on portsLennart Poettering2010-01-23
|
* rework socket handlingLennart Poettering2010-01-23
|
* move test files to test1/Lennart Poettering2010-01-20