diff options
| author | EuAndreh <eu@euandre.org> | 2020-08-23 06:39:04 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-08-23 06:39:04 -0300 |
| commit | 83b8df2a0615ec0f21e26fac52a7800cfc6d2d7c (patch) | |
| tree | ac28b384621828c2d4504b444685b56d87cfae4d | |
| parent | TODOs.org (diff) | |
| download | toph-83b8df2a0615ec0f21e26fac52a7800cfc6d2d7c.tar.gz toph-83b8df2a0615ec0f21e26fac52a7800cfc6d2d7c.tar.xz | |
Rename data-folder-init systemd service
| -rw-r--r-- | vps-configuration.env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix index a7b414b..56f2c56 100644 --- a/vps-configuration.env.nix +++ b/vps-configuration.env.nix @@ -254,7 +254,7 @@ in { requires = [ "postgresql.service" ]; after = [ "postgresql.service" ]; }; - "lighttpd-cgit-install" = { + "data-folder-init" = { enable = true; description = "Setup data folders and permissions"; wantedBy = [ "multi-user.target" ]; |
