Skip to content

Commit

Permalink
Add systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
wojnilowicz committed Jul 14, 2024
1 parent 8a82b9f commit e6fc2e4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions watchers/service/aw-awatcher.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Service]
Type=simple
TimeoutStartSec=120
ExecStartPre=/bin/sleep 5
ExecStart=aw-awatcher
Restart=always
RestartSec=5
RestartSteps=2
RestartMaxDelaySec=15

[Unit]
Description=AWatcher
After=aw-server.service graphical-session.target
Requires=aw-server.service

[Install]
WantedBy=graphical-session.target

0 comments on commit e6fc2e4

Please sign in to comment.