repo.or.cz
/
systemd.io.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update TODO
[systemd.io.git]
/
test
/
test.service.in
blob
790c513da4338e7073277523eca50af9d22a42e4
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
[Unit]
3
Description=%N
4
Wants=basic.target network.target @wants@
5
After=basic.target network.target @after@
6
Before=getty-pre.target
7
8
[Service]
9
ExecStartPre=rm -f /failed /testok
10
ExecStart=@command@
11
Type=oneshot
12
MemoryAccounting=@memory-accounting@