Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Remove systemd timer. Make wott-agent a full-fledged service.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-martynovich committed May 21, 2019
1 parent 0266b4e commit 61ccadf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
1 change: 0 additions & 1 deletion debian/install
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
debian/wott-agent.timer lib/systemd/system
misc/pass_hashes.txt opt/wott
12 changes: 11 additions & 1 deletion debian/wott-agent.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[Unit]
Description=WoTT Agent
Wants=network-online.target
After=network-online.target
StartLimitIntervalSec=200
StartLimitBurst=5

[Service]
Type=simple
ExecStart=/usr/bin/wott-agent
ExecStart=/usr/bin/wott-agent daemon
Restart=always
RestartSec=1

[Install]
Alias=wott-agent
WantedBy=multi-user.target
9 changes: 0 additions & 9 deletions debian/wott-agent.timer

This file was deleted.

0 comments on commit 61ccadf

Please sign in to comment.