Updated systemd service, gitignores
This commit is contained in:
parent
4b327cab48
commit
d0478ba7c8
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1 @@
|
||||
/target
|
||||
/pkg/
|
||||
/src/pumopm-git/
|
||||
/src/pumopm/
|
||||
|
3
arch-pkg/.gitignore
vendored
Normal file
3
arch-pkg/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
.gitignore
|
||||
!PKGBUILD
|
@ -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 shouldn’t, but just in case
|
||||
|
Loading…
Reference in New Issue
Block a user