simplify unit files, no --email needed

This commit is contained in:
2026-03-20 03:08:09 +09:00
parent ff9e980c5c
commit be06b31e35
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ After=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/bw-agent --email %I
ExecStart=%h/.local/bin/bw-agent
Restart=on-failure
RestartSec=5

View File

@@ -7,8 +7,6 @@
<key>ProgramArguments</key>
<array>
<string>/Users/USER/.local/bin/bw-agent</string>
<string>--email</string>
<string>USER@EXAMPLE.COM</string>
</array>
<key>RunAtLoad</key>
<true/>