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