Added manpage and systemd service

This commit is contained in:
2020-09-27 13:00:36 +02:00
parent 259afcf567
commit 4fd33bfe66
3 changed files with 74 additions and 3 deletions

17
pumopm.service Normal file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=A small, simple, no bloat power manager.
[Service]
Type=notify
ExecStart=/usr/bin/pumo
Restart=on-failure
# Disalow writing to /usr, /bin, /usr/bin... It shouldnt, but just in case
ProtectSystem=yes
# I swear Im not paranoid about my own program
NoNewPrivileges=yes
ProtectKernelTunables=yes
ProtectControlGroups=yes
[Install]
WantedBy=default.target