Skip to content

Commit

Permalink
Merge pull request #89 from hnez/tacd-srv-www
Browse files Browse the repository at this point in the history
meta-lxatac-software: tacd: create /srv/www in tacd.service
  • Loading branch information
hnez authored Dec 18, 2023
2 parents ba3e18a + 55e75fa commit 5f8ff8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-lxatac-software/recipes-rust/tacd/files/tacd.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RequiresMountsFor=/srv/tacd
[Service]
Type=notify
Environment="RUST_LOG=tacd=warn"
ExecStartPre=mkdir -p /srv/www
ExecStart=/usr/bin/tacd
TimeoutStartSec=20
Restart=on-failure
Expand Down

0 comments on commit 5f8ff8e

Please sign in to comment.