summarylogtreecommitdiffstats
path: root/tprintdaemon.service
diff options
context:
space:
mode:
authortristelune12015-06-28 12:09:03 +0200
committertristelune12015-06-28 12:09:03 +0200
commit5f03b7dc71463d964387316f655476d7daa81659 (patch)
tree807ca0a2a0c64497fc87b141c4f5961c87fccf8f /tprintdaemon.service
downloadaur-5f03b7dc71463d964387316f655476d7daa81659.tar.gz
Initial import
Diffstat (limited to 'tprintdaemon.service')
-rw-r--r--tprintdaemon.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/tprintdaemon.service b/tprintdaemon.service
new file mode 100644
index 000000000000..c1cdf7079763
--- /dev/null
+++ b/tprintdaemon.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=TurboPrintDaemon
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/tprintdaemon
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target