From d0478ba7c8913bd96e3478149dc4847adc0f6f9a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 27 Sep 2020 14:54:37 +0200 Subject: [PATCH] Updated systemd service, gitignores --- .gitignore | 3 --- arch-pkg/.gitignore | 3 +++ pumopm.service | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 arch-pkg/.gitignore 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