Skip to content

Commit bff3e22

Browse files
authored
Add systemd unit for alpinezen (#10)
1 parent 4671603 commit bff3e22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

assets/linux/alpinezen.service

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[Unit]
2+
Description=Breathe life into your workspace with dynamic wallpapers
3+
4+
[Service]
5+
Type=simple
6+
ExecStart=/usr/bin/alpinezen
7+
StartLimitInterval=5
8+
StartLimitBurst=10
9+
Restart=always
10+
RestartSec=10s
11+
12+
[Install]
13+
WantedBy=graphical-desktop.target

0 commit comments

Comments
 (0)