mirror of
https://github.com/evilsocket/shieldwall.git
synced 2021-09-07 00:28:37 +03:00
16 lines
320 B
Desktop File
16 lines
320 B
Desktop File
[Unit]
|
|
Description=shieldwall agent service
|
|
Documentation=https://shieldwall.me/
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PermissionsStartOnly=true
|
|
ExecStart=/usr/bin/shieldwall-agent -log /var/log/shieldwall.log
|
|
Restart=always
|
|
RestartSec=30
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |