mirror of
https://github.com/vvzvlad/vestasync.git
synced 2025-01-14 03:37:43 +03:00
8 lines
160 B
SYSTEMD
8 lines
160 B
SYSTEMD
|
[Unit]
|
||
|
Description=Apply MAC addresses to network interfaces
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/apply_macs.sh
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|