Skip to content
#

systemd

Here are 725 public repositories matching this topic...

systemd
alkisg
alkisg commented Mar 15, 2020

Live CDs/USBs, netbooted PCs and in some cases discardable VMs and containers, usually have a read only base image and an overlayfs/tmpfs/cow filesystem on top of them.

There, we want some services not to run, like package manager upgrades, certain cron-like jobs etc.

It would be awesome if upstream systemd documented what "constitutes a live mode", e.g. the presence of a /run/live directory

Ivoz
Ivoz commented Feb 27, 2018

Hi, I know about the concept of having a swap file/partition.

Looking at Archlinux' BTRFS page, I see it mentions this project can be used with a BTRFS linux for swap.

The readme mentions a number of terms, however, that I have no idea about:

  • zswap
  • zram
  • swapFC
  • swapFU

It would be nice if these terms were defined in some sort of short reference table or listing (in the readme

n4cr
n4cr commented Jul 29, 2019

After running procsd create the services were not starting and I was receiving:

/bin/bash: -c: option requires an argument

It turns out that an argument is missing after the service file is generated. An exec should be added:

ExecStart=/bin/bash -lc 'exec $BINDIR/gunicorn app.wsgi --log-file=- -b 127.0.0.1:$PORT --log-level DEBUG'

It also the same in Foreman. procsd does no

serathius
serathius commented Jul 5, 2018

Forced termination caused corruption of pos file. Mutations to pos file could be done atomically to increase reliability.

fluent-plugin-systemd version 1.0.1

From Logs

2018-07-05 07:02:41 +0000 [error]: [systemd.log] failed to read data from plugin storage file path="/var/log/systemd.log.pos" error_class=Yajl::ParseError error="lexical error: invalid char in json text.\n           

Improve this page

Add a description, image, and links to the systemd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the systemd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.