summaryrefslogtreecommitdiff
path: root/roles/ws/base/templates/hide-ntfs-disks.service.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ws/base/templates/hide-ntfs-disks.service.j2')
-rw-r--r--roles/ws/base/templates/hide-ntfs-disks.service.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/ws/base/templates/hide-ntfs-disks.service.j2 b/roles/ws/base/templates/hide-ntfs-disks.service.j2
new file mode 100644
index 00000000..669c9d8f
--- /dev/null
+++ b/roles/ws/base/templates/hide-ntfs-disks.service.j2
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hide NTFS Disks from nosy users
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/hide-ntfs-disks.sh
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target