mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +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
|