Skip to content

Commit de9a088

Browse files
committed
Remove Requires=sysmotd.service on sysmotd.timer
systemd timers' rookie mistake. Requires on a timer means it runs the requirement when the timer starts, leading to sysmotd.service being ran when booting up the system which is not what I wanted.
1 parent 8196aca commit de9a088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sysmotd/sysmotd.timer

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[Unit]
22
Description=Timer for sysmotd service
3-
Requires=sysmotd.service
43

54
[Timer]
65
Unit=sysmotd.service

0 commit comments

Comments
 (0)