summarylogtreecommitdiffstats
path: root/lantern.service
diff options
context:
space:
mode:
authorJaHIY2015-08-23 16:44:18 +0800
committerJaHIY2015-08-23 16:44:18 +0800
commit0c15035e13971c533e4f93e9fd1a3b82f3cc5e86 (patch)
treed8735e2471589ed395b930a0e57b5a1797667dad /lantern.service
parent02643c01fa22ef64116bfcef9be4686d1bbacaf1 (diff)
downloadaur-0c15035e13971c533e4f93e9fd1a3b82f3cc5e86.tar.gz
upgrade to rel 2
* add systemd service file, you can start it by `systemctl --user start lantern.service`
Diffstat (limited to 'lantern.service')
-rw-r--r--lantern.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/lantern.service b/lantern.service
new file mode 100644
index 000000000000..048917b8c4e5
--- /dev/null
+++ b/lantern.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Lantern
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/lantern -headless=true
+
+[Install]
+WantedBy=default.target