diff options
Diffstat (limited to '')
-rw-r--r-- | t/dh_installsystemduser/debian/foo.user.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/dh_installsystemduser/debian/foo.user.service b/t/dh_installsystemduser/debian/foo.user.service new file mode 100644 index 0000000..7ef597d --- /dev/null +++ b/t/dh_installsystemduser/debian/foo.user.service @@ -0,0 +1,8 @@ +[Unit] +Description=Foo User Unit + +[Service] +ExecStart=/bin/true + +[Install] +WantedBy=default.target |