From cd29f363fa1d3b0389e9ce73600e366c7e81f3fd Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sun, 22 Jun 2025 19:44:27 +0200 Subject: [PATCH] systemd service --- systemd/lts.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemd/lts.service diff --git a/systemd/lts.service b/systemd/lts.service new file mode 100644 index 0000000..76e8e77 --- /dev/null +++ b/systemd/lts.service @@ -0,0 +1,13 @@ +[Unit] +Description=Lair Temporary Storage server +After=network.target + +[Service] +Type=simple +Restart=always +User=root +WorkingDirectory=/var/lib/lts +ExecStart=/usr/local/bin/lts + +[Install] +WantedBy=multi-user.target