diff options
Diffstat (limited to '')
-rw-r--r-- | test/b.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/b.service b/test/b.service new file mode 100644 index 0000000..e03bae3 --- /dev/null +++ b/test/b.service @@ -0,0 +1,6 @@ +[Unit] +Description=B +Wants=f.service + +[Service] +ExecStart=/bin/true |