Skip to content

Instantly share code, notes, and snippets.

View jkmart's full-sized avatar

J. Kerry Martin jkmart

  • Worcester, MA
View GitHub Profile
systemd:
units:
- name: format-ebs.service
command: start
contents: |
[Unit]
Description=Formats EBS /dev/xvdb volume
After=dev-xvdb.device
Requires=dev-xvdb.device
[Service]