Commit 487a0df0 authored by Jacob Adams's avatar Jacob Adams
Browse files

pgp-clean-room.service: Store pgp-clean-room.service here instead

It's the only place that might find the service file useful.
Not needed in the debian package
parent 645c1055
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
[Unit]
Description=PGP Clean Room
Conflicts=getty@tty1.service

[Service]
Type=idle
ExecStart=-/sbin/agetty -a pgpcr -i -o '-p -f \\u' --noclear tty1 $TERM
TTYPath=/dev/tty1
StandardInput=tty-force
StandardOutput=inherit
StandardError=inherit
Environment=GPGME_DEBUG=9:/home/pgp/gpgme.log GPG_TTY=/dev/tty1

[Install]
WantedBy=getty.target