diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 09:40:30 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 23:18:01 +0200 |
commit | 281d0a867bc542bef52d5091fed3bf1b0d3b9ef6 (patch) | |
tree | dff4cb69b1560655257b44190a17f99ed5b5f62b /infra/lexsurf.service | |
parent | 50ea018252ce69542eab6a107b99ea8179810d1e (diff) |
build: introduce Nix package and NixOS service
Diffstat (limited to 'infra/lexsurf.service')
-rw-r--r-- | infra/lexsurf.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/infra/lexsurf.service b/infra/lexsurf.service deleted file mode 100644 index 3cdf6e4..0000000 --- a/infra/lexsurf.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=lex.surf - -[Service] -WorkingDirectory=/var/www/lex.surf/ -ExecStart=/var/www/lex.surf/lexsurf -Restart=always -RestartSec=30 - -[Install] -WantedBy=default.target |