summarylogtreecommitdiffstats
path: root/aksusbd.service
diff options
context:
space:
mode:
Diffstat (limited to 'aksusbd.service')
-rw-r--r--aksusbd.service14
1 files changed, 9 insertions, 5 deletions
diff --git a/aksusbd.service b/aksusbd.service
index 4670b6022b53..d9ba3784d403 100644
--- a/aksusbd.service
+++ b/aksusbd.service
@@ -1,16 +1,20 @@
[Unit]
-Description=AKSUSB Daemon
-ConditionPathExists=/etc/init.d/aksusbd
-After=syslog.target
+Description=AKSUSB daemon
+Wants=winehasp.service hasplmd.service
[Service]
Type=forking
StandardOutput=tty
TimeoutStopSec=10s
+PrivateTmp=true
+PrivateNetwork=true
+ProtectSystem=full
+ProtectHome=true
+
ExecStart=/usr/bin/aksusbd
-ExecStart=/usr/bin/winehasp
-ExecStart=/usr/bin/hasplmd -s
[Install]
WantedBy=multi-user.target
+Also=winehasp.service
+Also=hasplmd.service