blob: 2fca98649e9332cfe94a1f9798a86e1e083588c0 [file] [log] [blame]
Brad Bishop3c90f592016-08-08 08:53:13 -04001[Unit]
2Description=Startup Hacks
3
4[Service]
5Restart=no
6Type=oneshot
7ExecStart={sbindir}/startup_hacks.sh
8
9[Install]
10WantedBy={SYSTEMD_DEFAULT_TARGET}