Skip to content

Commit

Permalink
Merge pull request #23 from wojnilowicz/add-service
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s authored Jul 19, 2024
2 parents 8a82b9f + e6fc2e4 commit 810707c
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 810707c

Please sign in to comment.