diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-26 14:27:33 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-29 07:32:35 +0100 |
| commit | b43ea19e1ecdb6e7fe6426d13c75e9ff48f1f0a9 (patch) | |
| tree | 3db46c37cf4c4abd5b52b49e6d7ec565a86d5652 /openrc/conf.d | |
| parent | c6ff40e28894417d87ee7858438f28fc262ffb40 (diff) | |
starts joeac.net services on boot
Diffstat (limited to 'openrc/conf.d')
| -rw-r--r-- | openrc/conf.d/.gitignore | 3 | ||||
| -rw-r--r-- | openrc/conf.d/user.example | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/openrc/conf.d/.gitignore b/openrc/conf.d/.gitignore new file mode 100644 index 0000000..de4549a --- /dev/null +++ b/openrc/conf.d/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!user.example diff --git a/openrc/conf.d/user.example b/openrc/conf.d/user.example new file mode 100644 index 0000000..6200354 --- /dev/null +++ b/openrc/conf.d/user.example @@ -0,0 +1,3 @@ +# copy this file to user.<USER> for the user you want to be running joeac.net via OpenRC +# add in here any user setup, bearing in mind that OpenRC doesn't use your usual login flow +# this may include setting up $HOME and/or $XDG_RUNTIME_DIR |
