summarylogtreecommitdiffstats
path: root/hasplmd.service
diff options
context:
space:
mode:
Diffstat (limited to 'hasplmd.service')
-rw-r--r--hasplmd.service23
1 files changed, 23 insertions, 0 deletions
diff --git a/hasplmd.service b/hasplmd.service
new file mode 100644
index 000000000000..009d88e2c4f2
--- /dev/null
+++ b/hasplmd.service
@@ -0,0 +1,23 @@
+[Unit]
+Description=AKSUSB winehasp daemon
+After=aksusbd.service winehasp.service
+Requires=aksusbd.service winehasp.service
+BindsTo=aksusbd.service winehasp.service
+PartOf=aksusbd.service winehasp.service
+
+[Service]
+Type=forking
+StandardOutput=tty
+TimeoutStopSec=10s
+
+PrivateTmp=true
+PrivateNetwork=true
+ProtectSystem=full
+ProtectHome=true
+
+ExecStart=/usr/bin/hasplmd -s
+
+[Install]
+WantedBy=multi-user.target
+Also=aksusbd.service
+Also=winehasp.service