Files
CoM-ghost_protocol/opsec/configs/systemd/opsec-hostname-randomize.service
T

15 lines
313 B
Desktop File

[Unit]
Description=OPSEC Hostname Randomization
Before=NetworkManager.service
Before=networking.service
After=local-fs.target
ConditionPathExists=/var/run/opsec-advanced.enabled
[Service]
Type=oneshot
ExecStart=/usr/local/bin/opsec-hostname-randomize.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target