diff options
Diffstat (limited to 'test/test-path')
-rw-r--r-- | test/test-path/path-changed.service | 3 | ||||
-rw-r--r-- | test/test-path/path-directorynotempty.service | 3 | ||||
-rw-r--r-- | test/test-path/path-exists.service | 3 | ||||
-rw-r--r-- | test/test-path/path-existsglob.service | 3 | ||||
-rw-r--r-- | test/test-path/path-makedirectory.service | 3 | ||||
-rw-r--r-- | test/test-path/path-modified.service | 3 | ||||
-rw-r--r-- | test/test-path/path-mycustomunit.service | 5 |
7 files changed, 15 insertions, 8 deletions
diff --git a/test/test-path/path-changed.service b/test/test-path/path-changed.service index f8499ec619..fb465d76bb 100644 --- a/test/test-path/path-changed.service +++ b/test/test-path/path-changed.service @@ -3,4 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true diff --git a/test/test-path/path-directorynotempty.service b/test/test-path/path-directorynotempty.service index f8499ec619..fb465d76bb 100644 --- a/test/test-path/path-directorynotempty.service +++ b/test/test-path/path-directorynotempty.service @@ -3,4 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true diff --git a/test/test-path/path-exists.service b/test/test-path/path-exists.service index f8499ec619..fb465d76bb 100644 --- a/test/test-path/path-exists.service +++ b/test/test-path/path-exists.service @@ -3,4 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true diff --git a/test/test-path/path-existsglob.service b/test/test-path/path-existsglob.service index f8499ec619..fb465d76bb 100644 --- a/test/test-path/path-existsglob.service +++ b/test/test-path/path-existsglob.service @@ -3,4 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true diff --git a/test/test-path/path-makedirectory.service b/test/test-path/path-makedirectory.service index f8499ec619..fb465d76bb 100644 --- a/test/test-path/path-makedirectory.service +++ b/test/test-path/path-makedirectory.service @@ -3,4 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true diff --git a/test/test-path/path-modified.service b/test/test-path/path-modified.service index f8499ec619..fb465d76bb 100644 --- a/test/test-path/path-modified.service +++ b/test/test-path/path-modified.service @@ -3,4 +3,5 @@ Description=Service Test for Path units [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true diff --git a/test/test-path/path-mycustomunit.service b/test/test-path/path-mycustomunit.service index 172ac0d0d5..bcdafe4f30 100644 --- a/test/test-path/path-mycustomunit.service +++ b/test/test-path/path-mycustomunit.service @@ -1,6 +1,7 @@ [Unit] -Description=Service Test Path Unit= +Description=Service Test Path Unit [Service] ExecStart=/bin/true -Type=oneshot +Type=simple +RemainAfterExit=true |