Skip to content

Instantly share code, notes, and snippets.

@abhillman
Last active January 3, 2023 07:39
Show Gist options
  • Save abhillman/c7e8bf088edcfcc3e7a510501ceeb835 to your computer and use it in GitHub Desktop.
Save abhillman/c7e8bf088edcfcc3e7a510501ceeb835 to your computer and use it in GitHub Desktop.
systemd for nix's lorri daemon
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>nix.lorri</string>
<key>ProgramArguments</key>
<array>
<string>lorri</string>
<string>daemon</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment