nix-config/systemd
2018-10-27 16:03:11 -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 ssh-agent instructions 2018-10-27 16:03:11 -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.

ssh-agent

In order for ssh-agent to cache your keys, you must first add them. You can do this by using ssh-add.