Created
March 15, 2015 07:22
-
-
Save MasWag/10c083d402cfbbe4ccb5 to your computer and use it in GitHub Desktop.
config file of screen lock with physlock with systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=Lock session | |
| Before=sleep.target suspend.target hibernate.target | |
| [Service] | |
| Type=forking | |
| ExecStart=/usr/bin/physlock -ds -u calros | |
| [Install] | |
| WantedBy=sleep.target suspend.target hibernate.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment