10 lines
168 B
Desktop File
10 lines
168 B
Desktop File
[Unit]
|
|
Description=Runs state.highstate
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/bin/bash /root/scripts/highstate.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|