diff --git a/.gitignore b/.gitignore index 5d03f85..ea8c4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ /target -/pkg/ -/src/pumopm-git/ -/src/pumopm/ diff --git a/arch-pkg/.gitignore b/arch-pkg/.gitignore new file mode 100644 index 0000000..a288a53 --- /dev/null +++ b/arch-pkg/.gitignore @@ -0,0 +1,3 @@ +* +.gitignore +!PKGBUILD \ No newline at end of file diff --git a/pumopm.service b/pumopm.service index b65c52b..111638c 100644 --- a/pumopm.service +++ b/pumopm.service @@ -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