summarylogtreecommitdiffstats
path: root/aksusbd.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 /aksusbd.service
parent1e587bba94bdec0acfbe56e4a595d63baa12562f (diff)
downloadaur-775538751259ddfea3bb3752f5c1bc57709792b5.tar.gz
Fixed systemd service file issues.
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