diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-27 14:08:47 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-27 14:08:47 +0100 |
commit | c6b5ff05ecf4072ab83d5618eb41937b0db489c8 (patch) | |
tree | 91c46f22a0c4fd4e8d338691d80992e7f559d643 /meson_options.txt | |
parent | 80ff6582a95854712221bf4c84252584566ac041 (diff) |
Add systemd service
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..9d0b960 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('systemd', type : 'boolean', value : true, description : 'Install systemd service file') |