Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # /nix/store/23ww1a7j0g98ym1896y4drcfn63gdynd-unit-sshd.service/sshd.service
  2. [Unit]
  3. Description=SSH Daemon
  4.  
  5. [Service]
  6. Environment="LD_LIBRARY_PATH=/nix/store/zhcsv0m5akzrf19f1g23wb913qyrw1yw-systemd-232/lib"
  7. Environment="LOCALE_ARCHIVE=/nix/store/5zy82yd0p3scpkp4lmxrz6vf3f9gk1nb-glibc-locales-2.25/lib/locale/locale-archive"
  8. Environment="PATH=/nix/store/vmisgqfbqywgsw9php70bbx90czr398i-openssh-7.4p1/bin:/nix/store/bvs3nyfflhsb75cfn4ff2a6xnksdzx9f-gawk-4.1.3/bin:/nix/store/c07gdr6cm43j1cphadzafq185k711vx4-coreutils-8.26/bin:/nix/st
  9. Environment="TZDIR=/nix/store/6cpggd50v2aq5zczn1jjiaavbz3hijf0-tzdata-2016j/share/zoneinfo"
  10.  
  11.  
  12. X-StopIfChanged=false
  13. ExecStart=/nix/store/vmisgqfbqywgsw9php70bbx90czr398i-openssh-7.4p1/bin/sshd -f /nix/store/lngl452hr12niq1gzjgjkgmi0c19xmdr-sshd_config
  14. ExecStartPre=/nix/store/39j4ry5wr9ppy0bi4x48qlr75v5vc6fz-unit-script/bin/sshd-pre-start
  15. KillMode=process
  16. Restart=always
  17. Type=simple
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement