summaryrefslogtreecommitdiffstats
path: root/macbook/local.service
blob: ddf255553a713ecc482d6911a0293321a355eb2c (plain)
1
2
3
4
5
6
7
8
9
10
# place to /etc/systemd/system/local.service

[Unit]
Description=Run local commands after boot

[Service]
ExecStart=/usr/bin/local.sh

[Install]
WantedBy=multi-user.target