diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-30 18:12:31 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 15:07:19 +0100 |
commit | aa8e00da547b50ea20e3691133bb3ae1d9644a2b (patch) | |
tree | c5b541a9158a6e48c592ec9858287745ecb5dd4c /test/test-path/path-mycustomunit.service | |
parent | ac40081621ec299a55246519726a18dd2b08678c (diff) |
test-path: move all related test files to a specific directory
To avoid polluting test/
Diffstat (limited to 'test/test-path/path-mycustomunit.service')
-rw-r--r-- | test/test-path/path-mycustomunit.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-path/path-mycustomunit.service b/test/test-path/path-mycustomunit.service new file mode 100644 index 0000000000..172ac0d0d5 --- /dev/null +++ b/test/test-path/path-mycustomunit.service @@ -0,0 +1,6 @@ +[Unit] +Description=Service Test Path Unit= + +[Service] +ExecStart=/bin/true +Type=oneshot |