summarylogtreecommitdiffstats
path: root/hasplmd.service
diff options
context:
space:
mode:
authorIdo Rosen2016-08-07 00:46:24 -0400
committerIdo Rosen2016-08-07 00:46:24 -0400
commit775538751259ddfea3bb3752f5c1bc57709792b5 (patch)
tree96a997415519a1efd214f0c23ef4d76e5373f1de /hasplmd.service
parent1e587bba94bdec0acfbe56e4a595d63baa12562f (diff)
downloadaur-775538751259ddfea3bb3752f5c1bc57709792b5.tar.gz
Fixed systemd service file issues.
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