glean/glean/init/glean-networkd.service

14 lines
259 B
Desktop File

[Unit]
Description=Glean system configuration
Before=systemd-networkd.service
Requires=systemd-networkd.service
[Service]
Type=oneshot
User=root
ExecStart=%%GLEANSH_PATH%%/glean.sh --distro networkd
RemainAfterExit=true
[Install]
WantedBy=multi-user.target