feat: add script
This commit is contained in:
11
lxc-iptag.service
Normal file
11
lxc-iptag.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Start lxc-iptag service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/lxc-iptag
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user