blob: c70e5f026e225637be8f9962ecff0b2b2f510813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Driver configuration for Unicens2
After=systemd-modules-load.service
Requires=systemd-modules-load.service
[Service]
Type=oneshot
ExecStart=/usr/bin/unicens-config.sh
[Install]
WantedBy=default.target
|