Skip to content

Instantly share code, notes, and snippets.

View ShangjinTang's full-sized avatar

Shangjin Tang ShangjinTang

View GitHub Profile
$ sudo nano /etc/systemd/system/startup.service
[Unit]
Description=Startup
[Service]
ExecStart=/usr/local/bin/startup.sh
[Install]
WantedBy=default.target
@fliedonion
fliedonion / !GIST file list order - summary.md
Last active June 25, 2024 04:32
Understand GIST file list order.
Summary How to control (or Understand) your GIST page's files list order.
Notice not official documentation.