Stuff
This commit is contained in:
parent
f9849dfcfa
commit
84967eac60
27 changed files with 180 additions and 25 deletions
1
config/systemd/user/default.target.wants/psd.service
Symbolic link
1
config/systemd/user/default.target.wants/psd.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/user/psd.service
|
10
config/systemd/user/ipfs.service
Normal file
10
config/systemd/user/ipfs.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=IPFS daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ipfs daemon
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
1
config/systemd/user/sockets.target.wants/urxvtd.socket
Symbolic link
1
config/systemd/user/sockets.target.wants/urxvtd.socket
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/geoffrey/.config/systemd/user/urxvtd.socket
|
10
config/systemd/user/urxvtd.service
Normal file
10
config/systemd/user/urxvtd.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Urxvt Terminal Daemon
|
||||
Requires=urxvtd.socket
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/urxvtd -o -q
|
||||
Environment=RXVT_SOCKET=%t/urxvtd-%H
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
9
config/systemd/user/urxvtd.socket
Normal file
9
config/systemd/user/urxvtd.socket
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=urxvt daemon (socket activation)
|
||||
Documentation=man:urxvtd(1) man:urxvt(1)
|
||||
|
||||
[Socket]
|
||||
ListenStream=%t/urxvtd-%H
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Loading…
Add table
Add a link
Reference in a new issue