veracrypt/security.service

15 lines
270 B
SYSTEMD
Raw Normal View History

2023-12-31 18:20:49 -07:00
[Unit]
Description=VeraCrypt Protection
After=multi-user.target
[Service]
Type=simple
2024-01-09 18:12:35 -07:00
ExecStart=/usr/bin/bash /opt/veracrypt/security.sh start
ExecStop=/usr/bin/bash /opt/veracrypt/security.sh stop
2023-12-31 18:20:49 -07:00
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target