systemd_unit 0.0.1

Library for working with systemd units and rendering them
Documentation
1
2
3
4
5
6
7
8
9
10
11
run:
	RUST_BACKTRACE=1 RUST_LOG=debug cargo run -- \
		--source ../stacks/apps \
		--environment stage

lint:
	cargo +nightly clippy -- -Wclippy::pedantic

.PHONY: clean
clean:
	rm -rf stage prod