diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-27 00:48:59 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-12-01 13:17:30 +0700 |
| commit | 115adf2ed71b602204cd9fedb0e046e731aa7e38 (patch) | |
| tree | c9b7fdcdcee76d3f1178d5df3556754b1dff9cff /_ops/awwan.org/etc/systemd/system/systemctl-restart@.service | |
| parent | 03021123170954e11d11e658f757c52df4177b22 (diff) | |
| download | awwan-115adf2ed71b602204cd9fedb0e046e731aa7e38.tar.xz | |
_ops: add awwan scripts to manage awwan.org website
Previously, this scripts is stored on my personal awwan workspace.
As part of dog feeding, we expose how we manage awwan.org here, so
people can see it as example of how awwan works.
Diffstat (limited to '_ops/awwan.org/etc/systemd/system/systemctl-restart@.service')
| -rw-r--r-- | _ops/awwan.org/etc/systemd/system/systemctl-restart@.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_ops/awwan.org/etc/systemd/system/systemctl-restart@.service b/_ops/awwan.org/etc/systemd/system/systemctl-restart@.service new file mode 100644 index 0000000..800316e --- /dev/null +++ b/_ops/awwan.org/etc/systemd/system/systemctl-restart@.service @@ -0,0 +1,6 @@ +[Unit] +Description=systemctl-restart@%i + +[Service] +Type=oneshot +ExecStart=/bin/systemctl restart %i |
