Updated systemd service, gitignores

This commit is contained in:
Lucien Cartier-Tilet 2020-09-27 14:54:37 +02:00
parent 4b327cab48
commit d0478ba7c8
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
3 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,4 +1 @@
/target
/pkg/
/src/pumopm-git/
/src/pumopm/

3
arch-pkg/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
.gitignore
!PKGBUILD

View File

@ -3,7 +3,7 @@ Description=A small, simple, no bloat power manager.
[Service]
Type=notify
ExecStart=/usr/bin/pumo
ExecStart=/usr/bin/pumopm
Restart=on-failure
# Disalow writing to /usr, /bin, /usr/bin... It shouldnt, but just in case