13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
|
[Unit]
|
||
|
Description=firewalld direct rules generator
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
Environment='PATH=/usr/local/sbin:/usr/local/bin:/usr/bin' 'UFS_LOGLEVEL=INFO'
|
||
|
ExecStart=/opt/miniconda3/envs/update-firewall-source/bin/python /opt/python/update-firewall-source/dev/update-firewall-source.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|