diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:29:10 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-14 18:29:10 -0500 |
| commit | 186a6f2394060f211f79bb3cd99f32435b1bca71 (patch) | |
| tree | be5bc42caae2ecf15f229f26fac82abdd051f1e9 /.config/services/status.service | |
| parent | ac4b34e610213d917215b1b3d1f3d3a99e23dc51 (diff) | |
refactor: replace dwl-init.sh with superd services
Diffstat (limited to '.config/services/status.service')
| -rw-r--r-- | .config/services/status.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/services/status.service b/.config/services/status.service new file mode 100644 index 0000000..56e914d --- /dev/null +++ b/.config/services/status.service @@ -0,0 +1,6 @@ +[Unit] +Description=status.sh +After=somebar.service + +[Service] +ExecStart=/home/samn/bin/status.sh |
