Skip to content

Instantly share code, notes, and snippets.

@kkebo
Last active August 23, 2021 07:48
Show Gist options
  • Save kkebo/2ea06a0ca07b16d50e9f5e81e775f045 to your computer and use it in GitHub Desktop.
Save kkebo/2ea06a0ca07b16d50e9f5e81e775f045 to your computer and use it in GitHub Desktop.
https://gist.github.com/kkk669/0c7b044ad9d992a41ed02467bb0d2d71 の自動起動用 systemd サービス
[Unit]
Description=Run usb0.sh
[Service]
Type=oneshot
ExecStart=/root/usb0.sh
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment