Upload files to "/"
This commit is contained in:
parent
3f206d7f02
commit
49cfaf033e
14
security.service
Normal file
14
security.service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=VeraCrypt Protection
|
||||||
|
After=multi-user.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
|
||||||
|
ExecStart=/usr/bin/bash /home/verita84/docker/gentoo/security.sh
|
||||||
|
ExecStop=/usr/bin/killall -9 security.sh
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=3
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user