summarylogtreecommitdiffstats
path: root/lesma.service
diff options
context:
space:
mode:
authorÓscar García Amor2023-01-22 20:12:58 +0100
committerÓscar García Amor2023-01-22 20:12:58 +0100
commit17750094b792bf2631c1369a6c1c053c7097c982 (patch)
tree579ee9dd0d36421ada1514465a7ed586aaaa8390 /lesma.service
downloadaur-17750094b792bf2631c1369a6c1c053c7097c982.tar.gz
Initial upload: lesma 0.6.0-1
Diffstat (limited to 'lesma.service')
-rw-r--r--lesma.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/lesma.service b/lesma.service
new file mode 100644
index 000000000000..35b87a3a0628
--- /dev/null
+++ b/lesma.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Simple paste app friendly with browser and command line
+Documentation=https://gitlab.com/ogarcia/lesma/-/blob/master/README.md
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=simple
+DynamicUser=yes
+StateDirectory=lesma
+ExecStart=/usr/bin/lesma
+
+[Install]
+WantedBy=multi-user.target