Skip to content

Instantly share code, notes, and snippets.

@jordanwade90
Created April 29, 2014 19:11
Show Gist options
  • Save jordanwade90/11409197 to your computer and use it in GitHub Desktop.
Save jordanwade90/11409197 to your computer and use it in GitHub Desktop.
Systemd unit for plan9port’s secstored(1).
[Unit]
Description=Secstore server
[Service]
Type=forking
ExecStart=/usr/lib/plan9/bin/secstored -s tcp!*!secstore
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment