summarylogtreecommitdiffstats
path: root/reload-systemd.install
diff options
context:
space:
mode:
authorMoeLava2020-12-22 00:06:34 +0700
committerMoeLava2020-12-23 13:29:14 +0700
commit50ee5dba0605d7f422d445cecdd38f4a28cc615d (patch)
treee06ad1a31315425b258b2c6c2e41fb4ec8750b49 /reload-systemd.install
parentf2193622427b6e28a52339424d0d3a7bb194c24f (diff)
downloadaur-50ee5dba0605d7f422d445cecdd38f4a28cc615d.tar.gz
Packaging overhaul
- systemd service now has a grace period when restarting too many times - Daemon can be started without systemd by running "otd" - Add instructions and common error fixes to the install file
Diffstat (limited to 'reload-systemd.install')
-rw-r--r--reload-systemd.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/reload-systemd.install b/reload-systemd.install
deleted file mode 100644
index 460bf2c2fca0..000000000000
--- a/reload-systemd.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_upgrade() {
- systemctl daemon-reload
-}