Switch to user services, for alice to run scripts,
and use systemctl --user cuteseal... to find services. Runs much better
This commit is contained in:
parent
63224ce917
commit
5cb2dce159
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services = {
|
systemd.user.services = {
|
||||||
cutesealfanpage-hakyll-site = {
|
cutesealfanpage-hakyll-site = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "The hakyll executable that rebuilds the site when a new blog post is created.";
|
description = "The hakyll executable that rebuilds the site when a new blog post is created.";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue