blob: 8a29e367e20ae74cecfcb788f92b93947c45554f (
plain)
1
2
3
4
|
#!/usr/bin/env bash
cd ./src/ergo/distrib/systemd/ || exit 1
LC_ALL=C TZ=UTC0 diff -Naur ergo.service{.orig,} >../../../../systemd-service-unit.patch
LC_ALL=C TZ=UTC0 diff -Naur ergo.service{.orig,} --color=always
|