summaryrefslogtreecommitdiff
path: root/roles/ws/base/templates/hide-ntfs-disks.service.j2
blob: 669c9d8f00ab348a2d1bcc2b4d886b27615cb573 (plain) (blame)
1
2
3
4
5
6
7
8
9
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