1
0
forked from extern/nix-config
donovanglover-nix-config/systemd
Donovan Glover 1b0097ebc6
docs: Add READMEs for code, gpg, and systemd
Note that systemd usage information needs to be revised since systemd
user units appear to be enabled by default, and may be started by
default when placed in the default.target.wants directory.
2018-10-23 16:25:45 -04:00
..
.config/systemd/user stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
README.md docs: Add READMEs for code, gpg, and systemd 2018-10-23 16:25:45 -04:00

systemd

systemd is described as "a suite of basic building blocks for a Linux system". One of the functions it can be used for is starting daemons at login.

Dependencies

Installation

make package=systemd

Usage

To start all the user services I use, run:

make systemd-enable-now

If you only want to start certain services instead, start them like you normally would with systemd.